Color Hex Logo

#c399db Color Hex

#C399DB
(195,153,219)
0 Favorites   0 Comments

Color spaces of #c399db

RGB 195153219
HSL0.770.480.73
HSV278°30°86°
CMYK 0.110.300.00   0.14
XYZ46.683139.499072.1814
Yxy39.49900.29480.2494
Hunter Lab62.848222.6038-24.1010
CIE-Lab69.111227.6385-27.6453

#c399db color RGB value is (195,153,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10011001 11011011
Octal 303 231 333
Decimal 195 153 219
Hex C3 99 DB

RGB Percentages of Color #c399db

%34.39
%26.98
%38.62

CMYK Percentages of Color #c399db

%11
%30
%0
%14

Triadic Colors of #c399db

#c399db #dbc399 #99dbc3

Analogous Colors of #c399db

#c399db #db99d2 #a299db

Monochromatic Colors of #c399db

#c399db

Complementary Color

#c399db #b1db99

#c399db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c399db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c399db Color CSS Codes

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

#c399db Text Font Color

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

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


#c399db Background Color

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

This div background color is #c399db


#c399db Border Color

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

This div border color is #c399db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c399db


Comments

No comments written yet.

Please login to write comment.