Color Hex Logo

#c02add Color Hex

#C02ADD
(192,42,221)
0 Favorites   0 Comments

Color spaces of #c02add

RGB 19242221
HSL0.810.720.52
HSV290°81°87°
CMYK 0.130.810.00   0.13
XYZ35.617318.082970.0197
Yxy18.08290.28790.1462
Hunter Lab42.524075.0913-67.8597
CIE-Lab49.596577.7334-59.5328

#c02add color RGB value is (192,42,221).

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

The process color (four color CMYK) of #c02add color hex is 0.13, 0.81, 0.00, 0.13. Web safe color of #c02add is #cc33cc. Color #c02add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00101010 11011101
Octal 300 52 335
Decimal 192 42 221
Hex C0 2A DD

RGB Percentages of Color #c02add

%42.20
%9.23
%48.57

CMYK Percentages of Color #c02add

%13
%81
%0
%13

Triadic Colors of #c02add

#c02add #ddc02a #2addc0

Analogous Colors of #c02add

#c02add #dd2aa1 #672add

Monochromatic Colors of #c02add

#c02add

Complementary Color

#c02add #47dd2a

#c02add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c02add Color Preview on White Background

Lorem ipsum dolor sit amet.

#c02add Color CSS Codes

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

#c02add Text Font Color

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

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


#c02add Background Color

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

This div background color is #c02add


#c02add Border Color

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

This div border color is #c02add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c02add


Comments

No comments written yet.

Please login to write comment.