Color Hex Logo

#c988bf Color Hex

#C988BF
(201,136,191)
0 Favorites   0 Comments

Color spaces of #c988bf

RGB 201136191
HSL0.860.380.66
HSV309°32°79°
CMYK 0.000.320.05   0.21
XYZ42.295533.787453.5826
Yxy33.78740.32620.2606
Hunter Lab58.126928.1617-13.9659
CIE-Lab64.793533.4814-18.6018

#c988bf color RGB value is (201,136,191).

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

The process color (four color CMYK) of #c988bf color hex is 0.00, 0.32, 0.05, 0.21. Web safe color of #c988bf is #cc99cc. Color #c988bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10001000 10111111
Octal 311 210 277
Decimal 201 136 191
Hex C9 88 BF

RGB Percentages of Color #c988bf

%38.07
%25.76
%36.17

CMYK Percentages of Color #c988bf

%0
%32
%5
%21

Triadic Colors of #c988bf

#c988bf #bfc988 #88bfc9

Analogous Colors of #c988bf

#c988bf #c9889f #b388c9

Monochromatic Colors of #c988bf

#c988bf

Complementary Color

#c988bf #88c992

#c988bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c988bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c988bf Color CSS Codes

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

#c988bf Text Font Color

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

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


#c988bf Background Color

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

This div background color is #c988bf


#c988bf Border Color

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

This div border color is #c988bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,136,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c988bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c988bf


Comments

No comments written yet.

Please login to write comment.