Color Hex Logo

#c02acd Color Hex

#C02ACD
(192,42,205)
0 Favorites   0 Comments

Color spaces of #c02acd

RGB 19242205
HSL0.820.660.48
HSV295°80°80°
CMYK 0.060.800.00   0.20
XYZ33.585617.270259.3209
Yxy17.27020.30480.1568
Hunter Lab41.557471.5334-55.5429
CIE-Lab48.598775.0455-51.9705

#c02acd color RGB value is (192,42,205).

#c02acd hex color red value is 192, green value is 42 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c02acd hue: 0.82 , saturation: 0.66 and the lightness value of c02acd is 0.48.

The process color (four color CMYK) of #c02acd color hex is 0.06, 0.80, 0.00, 0.20. Web safe color of #c02acd is #cc33cc. Color #c02acd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00101010 11001101
Octal 300 52 315
Decimal 192 42 205
Hex C0 2A CD

RGB Percentages of Color #c02acd

%43.74
%9.57
%46.70

CMYK Percentages of Color #c02acd

%6
%80
%0
%20

Triadic Colors of #c02acd

#c02acd #cdc02a #2acdc0

Analogous Colors of #c02acd

#c02acd #cd2a89 #6f2acd

Monochromatic Colors of #c02acd

#c02acd

Complementary Color

#c02acd #37cd2a

#c02acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c02acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c02acd Color CSS Codes

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

#c02acd Text Font Color

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

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


#c02acd Background Color

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

This div background color is #c02acd


#c02acd Border Color

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

This div border color is #c02acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c02acd


Comments

No comments written yet.

Please login to write comment.