Color Hex Logo

#c062db Color Hex

#C062DB
(192,98,219)
0 Favorites   0 Comments

Color spaces of #c062db

RGB 19298219
HSL0.800.630.62
HSV287°55°86°
CMYK 0.120.550.00   0.14
XYZ38.892125.056369.8043
Yxy25.05630.29080.1873
Hunter Lab50.056351.0903-47.6415
CIE-Lab57.130255.9861-46.3664

#c062db color RGB value is (192,98,219).

#c062db hex color red value is 192, green value is 98 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c062db hue: 0.80 , saturation: 0.63 and the lightness value of c062db is 0.62.

The process color (four color CMYK) of #c062db color hex is 0.12, 0.55, 0.00, 0.14. Web safe color of #c062db is #cc66cc. Color #c062db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01100010 11011011
Octal 300 142 333
Decimal 192 98 219
Hex C0 62 DB

RGB Percentages of Color #c062db

%37.72
%19.25
%43.03

CMYK Percentages of Color #c062db

%12
%55
%0
%14

Triadic Colors of #c062db

#c062db #dbc062 #62dbc0

Analogous Colors of #c062db

#c062db #db62ba #8462db

Monochromatic Colors of #c062db

#c062db

Complementary Color

#c062db #7ddb62

#c062db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c062db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c062db Color CSS Codes

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

#c062db Text Font Color

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

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


#c062db Background Color

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

This div background color is #c062db


#c062db Border Color

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

This div border color is #c062db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c062db


Comments

No comments written yet.

Please login to write comment.