Color Hex Logo

#c99dcc Color Hex

#C99DCC
(201,157,204)
0 Favorites   0 Comments

Color spaces of #c99dcc

RGB 201157204
HSL0.820.320.71
HSV296°23°80°
CMYK 0.010.230.00   0.20
XYZ47.043440.891162.5401
Yxy40.89110.31260.2717
Hunter Lab63.946119.4117-13.2240
CIE-Lab70.099624.3906-17.8029

#c99dcc color RGB value is (201,157,204).

#c99dcc hex color red value is 201, green value is 157 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c99dcc hue: 0.82 , saturation: 0.32 and the lightness value of c99dcc is 0.71.

The process color (four color CMYK) of #c99dcc color hex is 0.01, 0.23, 0.00, 0.20. Web safe color of #c99dcc is #cc99cc. Color #c99dcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10011101 11001100
Octal 311 235 314
Decimal 201 157 204
Hex C9 9D CC

RGB Percentages of Color #c99dcc

%35.77
%27.94
%36.30

CMYK Percentages of Color #c99dcc

%1
%23
%0
%20

Triadic Colors of #c99dcc

#c99dcc #ccc99d #9dccc9

Analogous Colors of #c99dcc

#c99dcc #cc9db8 #b29dcc

Monochromatic Colors of #c99dcc

#c99dcc

Complementary Color

#c99dcc #a0cc9d

#c99dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c99dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c99dcc Color CSS Codes

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

#c99dcc Text Font Color

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

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


#c99dcc Background Color

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

This div background color is #c99dcc


#c99dcc Border Color

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

This div border color is #c99dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c99dcc


Comments

No comments written yet.

Please login to write comment.