Color Hex Logo

#c899dd Color Hex

#C899DD
(200,153,221)
0 Favorites   0 Comments

Color spaces of #c899dd

RGB 200153221
HSL0.780.500.73
HSV281°31°87°
CMYK 0.100.310.00   0.13
XYZ48.261840.282373.6382
Yxy40.28230.29760.2484
Hunter Lab63.468324.6631-24.3625
CIE-Lab69.670129.6270-27.8470

#c899dd color RGB value is (200,153,221).

#c899dd hex color red value is 200, green value is 153 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c899dd hue: 0.78 , saturation: 0.50 and the lightness value of c899dd is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10011001 11011101
Octal 310 231 335
Decimal 200 153 221
Hex C8 99 DD

RGB Percentages of Color #c899dd

%34.84
%26.66
%38.50

CMYK Percentages of Color #c899dd

%10
%31
%0
%13

Triadic Colors of #c899dd

#c899dd #ddc899 #99ddc8

Analogous Colors of #c899dd

#c899dd #dd99d0 #a699dd

Monochromatic Colors of #c899dd

#c899dd

Complementary Color

#c899dd #aedd99

#c899dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c899dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c899dd Color CSS Codes

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

#c899dd Text Font Color

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

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


#c899dd Background Color

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

This div background color is #c899dd


#c899dd Border Color

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

This div border color is #c899dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c899dd

#c899dd Color Palettes


Comments

No comments written yet.

Please login to write comment.