Color Hex Logo

#c99ddf Color Hex

#C99DDF
(201,157,223)
0 Favorites   0 Comments

Color spaces of #c99ddf

RGB 201157223
HSL0.780.510.75
HSV280°30°87°
CMYK 0.100.300.00   0.13
XYZ49.463641.859275.2846
Yxy41.85920.29690.2512
Hunter Lab64.698723.2446-23.7019
CIE-Lab70.773728.1540-27.2429

#c99ddf color RGB value is (201,157,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10011101 11011111
Octal 311 235 337
Decimal 201 157 223
Hex C9 9D DF

RGB Percentages of Color #c99ddf

%34.60
%27.02
%38.38

CMYK Percentages of Color #c99ddf

%10
%30
%0
%13

Triadic Colors of #c99ddf

#c99ddf #dfc99d #9ddfc9

Analogous Colors of #c99ddf

#c99ddf #df9dd4 #a89ddf

Monochromatic Colors of #c99ddf

#c99ddf

Complementary Color

#c99ddf #b3df9d

#c99ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c99ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c99ddf Color CSS Codes

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

#c99ddf Text Font Color

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

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


#c99ddf Background Color

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

This div background color is #c99ddf


#c99ddf Border Color

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

This div border color is #c99ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c99ddf


Comments

No comments written yet.

Please login to write comment.