Color Hex Logo

#c052ab Color Hex

#C052AB
(192,82,171)
0 Favorites   0 Comments

Color spaces of #c052ab

RGB 19282171
HSL0.870.470.54
HSV311°57°75°
CMYK 0.000.570.11   0.25
XYZ32.106220.181340.7313
Yxy20.18130.34520.2170
Hunter Lab44.923648.9549-22.3105
CIE-Lab52.041654.9372-26.7943

#c052ab color RGB value is (192,82,171).

#c052ab hex color red value is 192, green value is 82 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #c052ab hue: 0.87 , saturation: 0.47 and the lightness value of c052ab is 0.54.

The process color (four color CMYK) of #c052ab color hex is 0.00, 0.57, 0.11, 0.25. Web safe color of #c052ab is #cc6699. Color #c052ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01010010 10101011
Octal 300 122 253
Decimal 192 82 171
Hex C0 52 AB

RGB Percentages of Color #c052ab

%43.15
%18.43
%38.43

CMYK Percentages of Color #c052ab

%0
%57
%11
%25

Triadic Colors of #c052ab

#c052ab #abc052 #52abc0

Analogous Colors of #c052ab

#c052ab #c05274 #9e52c0

Monochromatic Colors of #c052ab

#c052ab

Complementary Color

#c052ab #52c067

#c052ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c052ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c052ab Color CSS Codes

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

#c052ab Text Font Color

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

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


#c052ab Background Color

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

This div background color is #c052ab


#c052ab Border Color

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

This div border color is #c052ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c052ab


Comments

No comments written yet.

Please login to write comment.