Color Hex Logo

#c99ddb Color Hex

#C99DDB
(201,157,219)
0 Favorites   0 Comments

Color spaces of #c99ddb

RGB 201157219
HSL0.780.460.74
HSV283°28°86°
CMYK 0.080.280.00   0.14
XYZ48.930541.645972.4774
Yxy41.64590.30010.2554
Hunter Lab64.533622.4079-21.4148
CIE-Lab70.626127.3403-25.2714

#c99ddb color RGB value is (201,157,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10011101 11011011
Octal 311 235 333
Decimal 201 157 219
Hex C9 9D DB

RGB Percentages of Color #c99ddb

%34.84
%27.21
%37.95

CMYK Percentages of Color #c99ddb

%8
%28
%0
%14

Triadic Colors of #c99ddb

#c99ddb #dbc99d #9ddbc9

Analogous Colors of #c99ddb

#c99ddb #db9dce #aa9ddb

Monochromatic Colors of #c99ddb

#c99ddb

Complementary Color

#c99ddb #afdb9d

#c99ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c99ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c99ddb Color CSS Codes

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

#c99ddb Text Font Color

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

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


#c99ddb Background Color

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

This div background color is #c99ddb


#c99ddb Border Color

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

This div border color is #c99ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c99ddb


Comments

No comments written yet.

Please login to write comment.