Color Hex Logo

#c99add Color Hex

#C99ADD
(201,154,221)
0 Favorites   0 Comments

Color spaces of #c99add

RGB 201154221
HSL0.780.500.74
HSV282°30°87°
CMYK 0.090.300.00   0.13
XYZ48.694140.749273.7055
Yxy40.74920.29850.2498
Hunter Lab63.835124.4503-23.7731
CIE-Lab69.999829.3933-27.3320

#c99add color RGB value is (201,154,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10011010 11011101
Octal 311 232 335
Decimal 201 154 221
Hex C9 9A DD

RGB Percentages of Color #c99add

%34.90
%26.74
%38.37

CMYK Percentages of Color #c99add

%9
%30
%0
%13

Triadic Colors of #c99add

#c99add #ddc99a #9addc9

Analogous Colors of #c99add

#c99add #dd9ad0 #a89add

Monochromatic Colors of #c99add

#c99add

Complementary Color

#c99add #aedd9a

#c99add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c99add Color Preview on White Background

Lorem ipsum dolor sit amet.

#c99add Color CSS Codes

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

#c99add Text Font Color

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

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


#c99add Background Color

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

This div background color is #c99add


#c99add Border Color

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

This div border color is #c99add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c99add


Comments

No comments written yet.

Please login to write comment.