Color Hex Logo

#c99dda Color Hex

#C99DDA
(201,157,218)
0 Favorites   0 Comments

Color spaces of #c99dda

RGB 201157218
HSL0.790.450.74
HSV283°28°85°
CMYK 0.080.280.00   0.15
XYZ48.799341.593471.7860
Yxy41.59340.30090.2565
Hunter Lab64.492922.2013-20.8496
CIE-Lab70.589727.1388-24.7772

#c99dda color RGB value is (201,157,218).

#c99dda hex color red value is 201, green value is 157 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c99dda hue: 0.79 , saturation: 0.45 and the lightness value of c99dda is 0.74.

The process color (four color CMYK) of #c99dda color hex is 0.08, 0.28, 0.00, 0.15. Web safe color of #c99dda is #cc99cc. Color #c99dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10011101 11011010
Octal 311 235 332
Decimal 201 157 218
Hex C9 9D DA

RGB Percentages of Color #c99dda

%34.90
%27.26
%37.85

CMYK Percentages of Color #c99dda

%8
%28
%0
%15

Triadic Colors of #c99dda

#c99dda #dac99d #9ddac9

Analogous Colors of #c99dda

#c99dda #da9dcd #ab9dda

Monochromatic Colors of #c99dda

#c99dda

Complementary Color

#c99dda #aeda9d

#c99dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c99dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c99dda Color CSS Codes

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

#c99dda Text Font Color

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

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


#c99dda Background Color

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

This div background color is #c99dda


#c99dda Border Color

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

This div border color is #c99dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c99dda


Comments

No comments written yet.

Please login to write comment.