Color Hex Logo

#c062cd Color Hex

#C062CD
(192,98,205)
0 Favorites   0 Comments

Color spaces of #c062cd

RGB 19298205
HSL0.810.520.59
HSV293°52°80°
CMYK 0.060.520.00   0.20
XYZ37.125424.349660.5008
Yxy24.34960.30440.1996
Hunter Lab49.345347.9418-38.1520
CIE-Lab56.436153.2698-39.5335

#c062cd color RGB value is (192,98,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01100010 11001101
Octal 300 142 315
Decimal 192 98 205
Hex C0 62 CD

RGB Percentages of Color #c062cd

%38.79
%19.80
%41.41

CMYK Percentages of Color #c062cd

%6
%52
%0
%20

Triadic Colors of #c062cd

#c062cd #cdc062 #62cdc0

Analogous Colors of #c062cd

#c062cd #cd62a5 #8b62cd

Monochromatic Colors of #c062cd

#c062cd

Complementary Color

#c062cd #6fcd62

#c062cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c062cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c062cd Color CSS Codes

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

#c062cd Text Font Color

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

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


#c062cd Background Color

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

This div background color is #c062cd


#c062cd Border Color

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

This div border color is #c062cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c062cd


Comments

No comments written yet.

Please login to write comment.