Color Hex Logo

#c062cb Color Hex

#C062CB
(192,98,203)
0 Favorites   0 Comments

Color spaces of #c062cb

RGB 19298203
HSL0.820.500.59
HSV294°52°80°
CMYK 0.050.520.00   0.20
XYZ36.885424.253659.2373
Yxy24.25360.30640.2015
Hunter Lab49.247947.5078-36.8427
CIE-Lab56.340852.8914-38.5452

#c062cb color RGB value is (192,98,203).

#c062cb hex color red value is 192, green value is 98 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c062cb hue: 0.82 , saturation: 0.50 and the lightness value of c062cb is 0.59.

The process color (four color CMYK) of #c062cb color hex is 0.05, 0.52, 0.00, 0.20. Web safe color of #c062cb is #cc66cc. Color #c062cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01100010 11001011
Octal 300 142 313
Decimal 192 98 203
Hex C0 62 CB

RGB Percentages of Color #c062cb

%38.95
%19.88
%41.18

CMYK Percentages of Color #c062cb

%5
%52
%0
%20

Triadic Colors of #c062cb

#c062cb #cbc062 #62cbc0

Analogous Colors of #c062cb

#c062cb #cb62a2 #8c62cb

Monochromatic Colors of #c062cb

#c062cb

Complementary Color

#c062cb #6dcb62

#c062cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c062cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c062cb Color CSS Codes

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

#c062cb Text Font Color

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

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


#c062cb Background Color

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

This div background color is #c062cb


#c062cb Border Color

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

This div border color is #c062cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,98,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c062cb


Comments

No comments written yet.

Please login to write comment.