Color Hex Logo

#c470cf Color Hex

#C470CF
(196,112,207)
0 Favorites   0 Comments

Color spaces of #c470cf

RGB 196112207
HSL0.810.500.63
HSV293°46°81°
CMYK 0.050.460.00   0.19
XYZ39.821627.829162.3042
Yxy27.82910.30640.2141
Hunter Lab52.753342.4251-33.0971
CIE-Lab59.734047.6968-35.4652

#c470cf color RGB value is (196,112,207).

#c470cf hex color red value is 196, green value is 112 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c470cf hue: 0.81 , saturation: 0.50 and the lightness value of c470cf is 0.63.

The process color (four color CMYK) of #c470cf color hex is 0.05, 0.46, 0.00, 0.19. Web safe color of #c470cf is #cc66cc. Color #c470cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01110000 11001111
Octal 304 160 317
Decimal 196 112 207
Hex C4 70 CF

RGB Percentages of Color #c470cf

%38.06
%21.75
%40.19

CMYK Percentages of Color #c470cf

%5
%46
%0
%19

Triadic Colors of #c470cf

#c470cf #cfc470 #70cfc4

Analogous Colors of #c470cf

#c470cf #cf70ab #9570cf

Monochromatic Colors of #c470cf

#c470cf

Complementary Color

#c470cf #7bcf70

#c470cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c470cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c470cf Color CSS Codes

.mybgcolor {background-color:#c470cf; } 
.myforecolor {color:#c470cf; }
.mybordercolor {border:3px solid #c470cf; }

#c470cf Text Font Color

<p style="color:#c470cf">Text here</p>

This sample text font color is #c470cf
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c470cf Background Color

<div style="background-color:#c470cf">
Div content here</div>

This div background color is #c470cf


#c470cf Border Color

<div style="border:3px solid #c470cf">
Div here</div>

This div border color is #c470cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(196,112,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c470cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c470cf;
  -webkit-box-shadow: 1px 1px 3px 2px #c470cf;
  box-shadow:         1px 1px 3px 2px #c470cf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,112,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c470cf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c470cf;
  -webkit-box-shadow: 1px 1px 3px 2px #c470cf;
  box-shadow:         1px 1px 3px 2px #c470cf;">
Div content here</div>

This div box has shadow with color #c470cf


Comments

No comments written yet.

Please login to write comment.