Color Hex Logo

#c02ada Color Hex

#C02ADA
(192,42,218)
0 Favorites   0 Comments

Color spaces of #c02ada

RGB 19242218
HSL0.810.700.51
HSV291°81°85°
CMYK 0.120.810.00   0.15
XYZ35.221117.924467.9331
Yxy17.92440.29090.1480
Hunter Lab42.337274.4073-65.4990
CIE-Lab49.404377.2203-58.1320

#c02ada color RGB value is (192,42,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00101010 11011010
Octal 300 52 332
Decimal 192 42 218
Hex C0 2A DA

RGB Percentages of Color #c02ada

%42.48
%9.29
%48.23

CMYK Percentages of Color #c02ada

%12
%81
%0
%15

Triadic Colors of #c02ada

#c02ada #dac02a #2adac0

Analogous Colors of #c02ada

#c02ada #da2a9c #682ada

Monochromatic Colors of #c02ada

#c02ada

Complementary Color

#c02ada #44da2a

#c02ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c02ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#c02ada Color CSS Codes

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

#c02ada Text Font Color

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

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


#c02ada Background Color

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

This div background color is #c02ada


#c02ada Border Color

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

This div border color is #c02ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c02ada


Comments

No comments written yet.

Please login to write comment.