Color Hex Logo

#c02aed Color Hex

#C02AED
(192,42,237)
0 Favorites   0 Comments

Color spaces of #c02aed

RGB 19242237
HSL0.790.840.55
HSV286°82°93°
CMYK 0.190.820.00   0.07
XYZ37.852318.976881.7886
Yxy18.97680.27310.1369
Hunter Lab43.562478.8684-80.8237
CIE-Lab50.660180.5368-66.8746

#c02aed color RGB value is (192,42,237).

#c02aed hex color red value is 192, green value is 42 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c02aed hue: 0.79 , saturation: 0.84 and the lightness value of c02aed is 0.55.

The process color (four color CMYK) of #c02aed color hex is 0.19, 0.82, 0.00, 0.07. Web safe color of #c02aed is #cc33ff. Color #c02aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00101010 11101101
Octal 300 52 355
Decimal 192 42 237
Hex C0 2A ED

RGB Percentages of Color #c02aed

%40.76
%8.92
%50.32

CMYK Percentages of Color #c02aed

%19
%82
%0
%7

Triadic Colors of #c02aed

#c02aed #edc02a #2aedc0

Analogous Colors of #c02aed

#c02aed #ed2ab9 #5f2aed

Monochromatic Colors of #c02aed

#c02aed

Complementary Color

#c02aed #57ed2a

#c02aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c02aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c02aed Color CSS Codes

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

#c02aed Text Font Color

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

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


#c02aed Background Color

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

This div background color is #c02aed


#c02aed Border Color

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

This div border color is #c02aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c02aed


Comments

No comments written yet.

Please login to write comment.