Color Hex Logo

#c962cf Color Hex

#C962CF
(201,98,207)
0 Favorites   0 Comments

Color spaces of #c962cf

RGB 20198207
HSL0.820.530.60
HSV297°53°81°
CMYK 0.030.530.00   0.19
XYZ39.717625.657961.8906
Yxy25.65790.31210.2016
Hunter Lab50.653651.3183-36.9853
CIE-Lab57.710956.0912-38.5852

#c962cf color RGB value is (201,98,207).

#c962cf hex color red value is 201, green value is 98 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c962cf hue: 0.82 , saturation: 0.53 and the lightness value of c962cf is 0.60.

The process color (four color CMYK) of #c962cf color hex is 0.03, 0.53, 0.00, 0.19. Web safe color of #c962cf is #cc66cc. Color #c962cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01100010 11001111
Octal 311 142 317
Decimal 201 98 207
Hex C9 62 CF

RGB Percentages of Color #c962cf

%39.72
%19.37
%40.91

CMYK Percentages of Color #c962cf

%3
%53
%0
%19

Triadic Colors of #c962cf

#c962cf #cfc962 #62cfc9

Analogous Colors of #c962cf

#c962cf #cf629f #9362cf

Monochromatic Colors of #c962cf

#c962cf

Complementary Color

#c962cf #68cf62

#c962cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c962cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c962cf Color CSS Codes

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

#c962cf Text Font Color

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

This sample text font color is #c962cf
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.


#c962cf Background Color

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

This div background color is #c962cf


#c962cf Border Color

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

This div border color is #c962cf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,98,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 #c962cf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c962cf


Comments

No comments written yet.

Please login to write comment.