Color Hex Logo

#c022ab Color Hex

#C022AB
(192,34,171)
0 Favorites   0 Comments

Color spaces of #c022ab

RGB 19234171
HSL0.860.700.44
HSV308°82°75°
CMYK 0.000.820.11   0.25
XYZ29.660915.290839.9162
Yxy15.29080.34950.1802
Hunter Lab39.103566.9655-33.1499
CIE-Lab46.029971.7745-36.1914

#c022ab color RGB value is (192,34,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00100010 10101011
Octal 300 42 253
Decimal 192 34 171
Hex C0 22 AB

RGB Percentages of Color #c022ab

%48.36
%8.56
%43.07

CMYK Percentages of Color #c022ab

%0
%82
%11
%25

Triadic Colors of #c022ab

#c022ab #abc022 #22abc0

Analogous Colors of #c022ab

#c022ab #c0225c #8622c0

Monochromatic Colors of #c022ab

#c022ab

Complementary Color

#c022ab #22c037

#c022ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c022ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c022ab Color CSS Codes

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

#c022ab Text Font Color

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

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


#c022ab Background Color

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

This div background color is #c022ab


#c022ab Border Color

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

This div border color is #c022ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c022ab


Comments

No comments written yet.

Please login to write comment.