Color Hex Logo

#c02aab Color Hex

#C02AAB
(192,42,171)
0 Favorites   0 Comments

Color spaces of #c02aab

RGB 19242171
HSL0.860.640.46
HSV308°78°75°
CMYK 0.000.780.11   0.25
XYZ29.916915.802740.0015
Yxy15.80270.34900.1844
Hunter Lab39.752664.7679-31.8344
CIE-Lab46.714669.7964-35.1129

#c02aab color RGB value is (192,42,171).

#c02aab hex color red value is 192, green value is 42 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #c02aab hue: 0.86 , saturation: 0.64 and the lightness value of c02aab is 0.46.

The process color (four color CMYK) of #c02aab color hex is 0.00, 0.78, 0.11, 0.25. Web safe color of #c02aab is #cc3399. Color #c02aab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00101010 10101011
Octal 300 52 253
Decimal 192 42 171
Hex C0 2A AB

RGB Percentages of Color #c02aab

%47.41
%10.37
%42.22

CMYK Percentages of Color #c02aab

%0
%78
%11
%25

Triadic Colors of #c02aab

#c02aab #abc02a #2aabc0

Analogous Colors of #c02aab

#c02aab #c02a60 #8a2ac0

Monochromatic Colors of #c02aab

#c02aab

Complementary Color

#c02aab #2ac03f

#c02aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c02aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c02aab Color CSS Codes

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

#c02aab Text Font Color

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

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


#c02aab Background Color

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

This div background color is #c02aab


#c02aab Border Color

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

This div border color is #c02aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c02aab


Comments

No comments written yet.

Please login to write comment.