Color Hex Logo

#c055ab Color Hex

#C055AB
(192,85,171)
0 Favorites   0 Comments

Color spaces of #c055ab

RGB 19285171
HSL0.870.460.54
HSV312°56°75°
CMYK 0.000.560.11   0.25
XYZ32.337420.643740.8083
Yxy20.64370.34480.2201
Hunter Lab45.435347.5308-21.4473
CIE-Lab52.557353.5480-25.9958

#c055ab color RGB value is (192,85,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01010101 10101011
Octal 300 125 253
Decimal 192 85 171
Hex C0 55 AB

RGB Percentages of Color #c055ab

%42.86
%18.97
%38.17

CMYK Percentages of Color #c055ab

%0
%56
%11
%25

Triadic Colors of #c055ab

#c055ab #abc055 #55abc0

Analogous Colors of #c055ab

#c055ab #c05576 #a055c0

Monochromatic Colors of #c055ab

#c055ab

Complementary Color

#c055ab #55c06a

#c055ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c055ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c055ab Color CSS Codes

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

#c055ab Text Font Color

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

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


#c055ab Background Color

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

This div background color is #c055ab


#c055ab Border Color

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

This div border color is #c055ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c055ab


Comments

No comments written yet.

Please login to write comment.