Color Hex Logo

#c988de Color Hex

#C988DE
(201,136,222)
0 Favorites   0 Comments

Color spaces of #c988de

RGB 201136222
HSL0.790.570.70
HSV285°39°87°
CMYK 0.090.390.00   0.13
XYZ46.076435.299873.4923
Yxy35.29980.29750.2279
Hunter Lab59.413634.4563-31.7498
CIE-Lab65.981439.4125-34.0908

#c988de color RGB value is (201,136,222).

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

The process color (four color CMYK) of #c988de color hex is 0.09, 0.39, 0.00, 0.13. Web safe color of #c988de is #cc99cc. Color #c988de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10001000 11011110
Octal 311 210 336
Decimal 201 136 222
Hex C9 88 DE

RGB Percentages of Color #c988de

%35.96
%24.33
%39.71

CMYK Percentages of Color #c988de

%9
%39
%0
%13

Triadic Colors of #c988de

#c988de #dec988 #88dec9

Analogous Colors of #c988de

#c988de #de88c8 #9e88de

Monochromatic Colors of #c988de

#c988de

Complementary Color

#c988de #9dde88

#c988de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c988de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c988de Color CSS Codes

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

#c988de Text Font Color

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

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


#c988de Background Color

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

This div background color is #c988de


#c988de Border Color

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

This div border color is #c988de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c988de


Comments

No comments written yet.

Please login to write comment.