color codes Logo

#c499db color codes

#C499DB
(196,153,219)
0 Favorites   0 Comments

Color spaces of #c499db

RGB 196153219
HSL0.780.480.73
HSV279°30°86°
CMYK 0.110.300.00   0.14
XYZ46.942439.632772.1936
Yxy39.63270.29570.2496
Hunter Lab62.954522.9292-23.9231
CIE-Lab69.207127.9541-27.4897

#c499db color RGB value is (196,153,219).

#c499db hex color red value is 196, green value is 153 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c499db hue: 0.78 , saturation: 0.48 and the lightness value of c499db is 0.73.

The process color (four color CMYK) of #c499db color code is 0.11, 0.30, 0.00, 0.14. Web safe color of #c499db is #cc99cc. Color #c499db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10011001 11011011
Octal 304 231 333
Decimal 196 153 219
Hex C4 99 DB

RGB Percentages of Color #c499db

%34.51
%26.94
%38.56

CMYK Percentages of Color #c499db

%11
%30
%0
%14

Triadic Colors of #c499db

#c499db #dbc499 #99dbc4

Analogous Colors of #c499db

#c499db #db99d1 #a399db

Monochromatic Colors of #c499db

#c499db

Complementary Color

#c499db #b0db99

#c499db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c499db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c499db Color CSS Codes

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

#c499db Text Font Color

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

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


#c499db Background Color

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

This div background color is #c499db


#c499db Border Color

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

This div border color is #c499db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c499db


Comments

No comments written yet.

Please login to write comment.