Color Hex Logo

#c899cd Color Hex

#C899CD
(200,153,205)
0 Favorites   0 Comments

Color spaces of #c899cd

RGB 200153205
HSL0.820.340.70
HSV294°25°80°
CMYK 0.020.250.00   0.20
XYZ46.230139.469662.9394
Yxy39.46960.31100.2655
Hunter Lab62.824821.4070-15.4207
CIE-Lab69.090126.4493-19.8965

#c899cd color RGB value is (200,153,205).

#c899cd hex color red value is 200, green value is 153 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c899cd hue: 0.82 , saturation: 0.34 and the lightness value of c899cd is 0.70.

The process color (four color CMYK) of #c899cd color hex is 0.02, 0.25, 0.00, 0.20. Web safe color of #c899cd is #cc99cc. Color #c899cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10011001 11001101
Octal 310 231 315
Decimal 200 153 205
Hex C8 99 CD

RGB Percentages of Color #c899cd

%35.84
%27.42
%36.74

CMYK Percentages of Color #c899cd

%2
%25
%0
%20

Triadic Colors of #c899cd

#c899cd #cdc899 #99cdc8

Analogous Colors of #c899cd

#c899cd #cd99b8 #ae99cd

Monochromatic Colors of #c899cd

#c899cd

Complementary Color

#c899cd #9ecd99

#c899cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c899cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c899cd Color CSS Codes

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

#c899cd Text Font Color

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

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


#c899cd Background Color

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

This div background color is #c899cd


#c899cd Border Color

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

This div border color is #c899cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c899cd


Comments

No comments written yet.

Please login to write comment.