Color Hex Logo

#c988db Color Hex

#C988DB
(201,136,219)
0 Favorites   0 Comments

Color spaces of #c988db

RGB 201136219
HSL0.800.540.70
HSV287°38°86°
CMYK 0.080.380.00   0.14
XYZ45.677735.140371.3931
Yxy35.14030.30010.2309
Hunter Lab59.279333.8047-29.9106
CIE-Lab65.857838.8093-32.6175

#c988db color RGB value is (201,136,219).

#c988db hex color red value is 201, green value is 136 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c988db hue: 0.80 , saturation: 0.54 and the lightness value of c988db is 0.70.

The process color (four color CMYK) of #c988db color hex is 0.08, 0.38, 0.00, 0.14. Web safe color of #c988db is #cc99cc. Color #c988db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10001000 11011011
Octal 311 210 333
Decimal 201 136 219
Hex C9 88 DB

RGB Percentages of Color #c988db

%36.15
%24.46
%39.39

CMYK Percentages of Color #c988db

%8
%38
%0
%14

Triadic Colors of #c988db

#c988db #dbc988 #88dbc9

Analogous Colors of #c988db

#c988db #db88c4 #a088db

Monochromatic Colors of #c988db

#c988db

Complementary Color

#c988db #9adb88

#c988db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c988db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c988db Color CSS Codes

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

#c988db Text Font Color

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

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


#c988db Background Color

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

This div background color is #c988db


#c988db Border Color

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

This div border color is #c988db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c988db


Comments

No comments written yet.

Please login to write comment.