Color Hex Logo

#c99cdb Color Hex

#C99CDB
(201,156,219)
0 Favorites   0 Comments

Color spaces of #c99cdb

RGB 201156219
HSL0.790.470.74
HSV283°29°86°
CMYK 0.080.290.00   0.14
XYZ48.762041.308972.4212
Yxy41.30890.30010.2542
Hunter Lab64.272022.9487-21.8171
CIE-Lab70.391827.8897-25.6302

#c99cdb color RGB value is (201,156,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10011100 11011011
Octal 311 234 333
Decimal 201 156 219
Hex C9 9C DB

RGB Percentages of Color #c99cdb

%34.90
%27.08
%38.02

CMYK Percentages of Color #c99cdb

%8
%29
%0
%14

Triadic Colors of #c99cdb

#c99cdb #dbc99c #9cdbc9

Analogous Colors of #c99cdb

#c99cdb #db9cce #aa9cdb

Monochromatic Colors of #c99cdb

#c99cdb

Complementary Color

#c99cdb #aedb9c

#c99cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c99cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c99cdb Color CSS Codes

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

#c99cdb Text Font Color

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

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


#c99cdb Background Color

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

This div background color is #c99cdb


#c99cdb Border Color

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

This div border color is #c99cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c99cdb


Comments

No comments written yet.

Please login to write comment.