Color Hex Logo

#c050ab Color Hex

#C050AB
(192,80,171)
0 Favorites   0 Comments

Color spaces of #c050ab

RGB 19280171
HSL0.860.470.53
HSV311°58°75°
CMYK 0.000.580.11   0.25
XYZ31.957619.884140.6817
Yxy19.88410.34540.2149
Hunter Lab44.591649.8909-22.8772
CIE-Lab51.705955.8459-27.3145

#c050ab color RGB value is (192,80,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01010000 10101011
Octal 300 120 253
Decimal 192 80 171
Hex C0 50 AB

RGB Percentages of Color #c050ab

%43.34
%18.06
%38.60

CMYK Percentages of Color #c050ab

%0
%58
%11
%25

Triadic Colors of #c050ab

#c050ab #abc050 #50abc0

Analogous Colors of #c050ab

#c050ab #c05073 #9d50c0

Monochromatic Colors of #c050ab

#c050ab

Complementary Color

#c050ab #50c065

#c050ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c050ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c050ab Color CSS Codes

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

#c050ab Text Font Color

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

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


#c050ab Background Color

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

This div background color is #c050ab


#c050ab Border Color

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

This div border color is #c050ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c050ab


Comments

No comments written yet.

Please login to write comment.