Color Hex Logo

#c99fdb Color Hex

#C99FDB
(201,159,219)
0 Favorites   0 Comments

Color spaces of #c99fdb

RGB 201159219
HSL0.780.450.74
HSV282°27°86°
CMYK 0.080.270.00   0.14
XYZ49.271742.328372.5911
Yxy42.32830.30010.2578
Hunter Lab65.060221.3271-20.6108
CIE-Lab71.096726.2412-24.5514

#c99fdb color RGB value is (201,159,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10011111 11011011
Octal 311 237 333
Decimal 201 159 219
Hex C9 9F DB

RGB Percentages of Color #c99fdb

%34.72
%27.46
%37.82

CMYK Percentages of Color #c99fdb

%8
%27
%0
%14

Triadic Colors of #c99fdb

#c99fdb #dbc99f #9fdbc9

Analogous Colors of #c99fdb

#c99fdb #db9fcf #ab9fdb

Monochromatic Colors of #c99fdb

#c99fdb

Complementary Color

#c99fdb #b1db9f

#c99fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c99fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c99fdb Color CSS Codes

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

#c99fdb Text Font Color

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

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


#c99fdb Background Color

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

This div background color is #c99fdb


#c99fdb Border Color

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

This div border color is #c99fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c99fdb

#c99fdb Color Palettes


Comments

No comments written yet.

Please login to write comment.