Color Hex Logo

#c887dd Color Hex

#C887DD
(200,135,221)
0 Favorites   0 Comments

Color spaces of #c887dd

RGB 200135221
HSL0.790.560.70
HSV285°39°87°
CMYK 0.100.390.00   0.13
XYZ45.534534.827872.7291
Yxy34.82780.29740.2275
Hunter Lab59.015134.4496-31.7573
CIE-Lab65.614439.4486-34.1142

#c887dd color RGB value is (200,135,221).

#c887dd hex color red value is 200, green value is 135 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c887dd hue: 0.79 , saturation: 0.56 and the lightness value of c887dd is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10000111 11011101
Octal 310 207 335
Decimal 200 135 221
Hex C8 87 DD

RGB Percentages of Color #c887dd

%35.97
%24.28
%39.75

CMYK Percentages of Color #c887dd

%10
%39
%0
%13

Triadic Colors of #c887dd

#c887dd #ddc887 #87ddc8

Analogous Colors of #c887dd

#c887dd #dd87c7 #9d87dd

Monochromatic Colors of #c887dd

#c887dd

Complementary Color

#c887dd #9cdd87

#c887dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c887dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c887dd Color CSS Codes

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

#c887dd Text Font Color

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

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


#c887dd Background Color

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

This div background color is #c887dd


#c887dd Border Color

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

This div border color is #c887dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(200,135,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c887dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c887dd;
  -webkit-box-shadow: 1px 1px 3px 2px #c887dd;
  box-shadow:         1px 1px 3px 2px #c887dd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,135,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c887dd


Comments

No comments written yet.

Please login to write comment.