Color Hex Logo

#c999de Color Hex

#C999DE
(201,153,222)
0 Favorites   0 Comments

Color spaces of #c999de

RGB 201153222
HSL0.780.510.74
HSV282°31°87°
CMYK 0.090.310.00   0.13
XYZ48.663440.473974.3546
Yxy40.47390.29770.2476
Hunter Lab63.619125.2044-24.7616
CIE-Lab69.805730.1459-28.1807

#c999de color RGB value is (201,153,222).

#c999de hex color red value is 201, green value is 153 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c999de hue: 0.78 , saturation: 0.51 and the lightness value of c999de is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10011001 11011110
Octal 311 231 336
Decimal 201 153 222
Hex C9 99 DE

RGB Percentages of Color #c999de

%34.90
%26.56
%38.54

CMYK Percentages of Color #c999de

%9
%31
%0
%13

Triadic Colors of #c999de

#c999de #dec999 #99dec9

Analogous Colors of #c999de

#c999de #de99d1 #a799de

Monochromatic Colors of #c999de

#c999de

Complementary Color

#c999de #aede99

#c999de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c999de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c999de Color CSS Codes

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

#c999de Text Font Color

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

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


#c999de Background Color

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

This div background color is #c999de


#c999de Border Color

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

This div border color is #c999de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c999de


Comments

No comments written yet.

Please login to write comment.