Color Hex Logo

#c558ab Color Hex

#C558AB
(197,88,171)
0 Favorites   0 Comments

Color spaces of #c558ab

RGB 19788171
HSL0.870.480.56
HSV314°55°77°
CMYK 0.000.550.13   0.23
XYZ33.866421.790040.9490
Yxy21.79000.35060.2256
Hunter Lab46.679847.8131-19.3353
CIE-Lab53.803553.5935-24.0128

#c558ab color RGB value is (197,88,171).

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

The process color (four color CMYK) of #c558ab color hex is 0.00, 0.55, 0.13, 0.23. Web safe color of #c558ab is #cc6699. Color #c558ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01011000 10101011
Octal 305 130 253
Decimal 197 88 171
Hex C5 58 AB

RGB Percentages of Color #c558ab

%43.20
%19.30
%37.50

CMYK Percentages of Color #c558ab

%0
%55
%13
%23

Triadic Colors of #c558ab

#c558ab #abc558 #58abc5

Analogous Colors of #c558ab

#c558ab #c55875 #a958c5

Monochromatic Colors of #c558ab

#c558ab

Complementary Color

#c558ab #58c572

#c558ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c558ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c558ab Color CSS Codes

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

#c558ab Text Font Color

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

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


#c558ab Background Color

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

This div background color is #c558ab


#c558ab Border Color

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

This div border color is #c558ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c558ab


Comments

No comments written yet.

Please login to write comment.