Color Hex Logo

#c988ab Color Hex

#C988AB
(201,136,171)
0 Favorites   0 Comments

Color spaces of #c988ab

RGB 201136171
HSL0.910.380.66
HSV328°32°79°
CMYK 0.000.320.15   0.21
XYZ40.242232.966142.7702
Yxy32.96610.34700.2842
Hunter Lab57.416124.6301-3.9748
CIE-Lab64.133530.0463-8.3117

#c988ab color RGB value is (201,136,171).

#c988ab hex color red value is 201, green value is 136 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #c988ab hue: 0.91 , saturation: 0.38 and the lightness value of c988ab is 0.66.

The process color (four color CMYK) of #c988ab color hex is 0.00, 0.32, 0.15, 0.21. Web safe color of #c988ab is #cc9999. Color #c988ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10001000 10101011
Octal 311 210 253
Decimal 201 136 171
Hex C9 88 AB

RGB Percentages of Color #c988ab

%39.57
%26.77
%33.66

CMYK Percentages of Color #c988ab

%0
%32
%15
%21

Triadic Colors of #c988ab

#c988ab #abc988 #88abc9

Analogous Colors of #c988ab

#c988ab #c9888b #c788c9

Monochromatic Colors of #c988ab

#c988ab

Complementary Color

#c988ab #88c9a6

#c988ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c988ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c988ab Color CSS Codes

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

#c988ab Text Font Color

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

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


#c988ab Background Color

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

This div background color is #c988ab


#c988ab Border Color

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

This div border color is #c988ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c988ab


Comments

No comments written yet.

Please login to write comment.