Color Hex Logo

#c058ab Color Hex

#C058AB
(192,88,171)
0 Favorites   0 Comments

Color spaces of #c058ab

RGB 19288171
HSL0.870.450.55
HSV312°54°75°
CMYK 0.000.540.11   0.25
XYZ32.578621.126240.8888
Yxy21.12620.34440.2233
Hunter Lab45.963246.0845-20.5700
CIE-Lab53.087352.1291-25.1767

#c058ab color RGB value is (192,88,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01011000 10101011
Octal 300 130 253
Decimal 192 88 171
Hex C0 58 AB

RGB Percentages of Color #c058ab

%42.57
%19.51
%37.92

CMYK Percentages of Color #c058ab

%0
%54
%11
%25

Triadic Colors of #c058ab

#c058ab #abc058 #58abc0

Analogous Colors of #c058ab

#c058ab #c05877 #a158c0

Monochromatic Colors of #c058ab

#c058ab

Complementary Color

#c058ab #58c06d

#c058ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c058ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c058ab Color CSS Codes

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

#c058ab Text Font Color

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

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


#c058ab Background Color

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

This div background color is #c058ab


#c058ab Border Color

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

This div border color is #c058ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c058ab


Comments

No comments written yet.

Please login to write comment.