Color Hex Logo

#c399df Color Hex

#C399DF
(195,153,223)
0 Favorites   0 Comments

Color spaces of #c399df

RGB 195153223
HSL0.770.520.74
HSV276°31°87°
CMYK 0.130.310.00   0.13
XYZ47.216239.712374.9887
Yxy39.71230.29160.2453
Hunter Lab63.017723.4607-26.4405
CIE-Lab69.264128.4753-29.6137

#c399df color RGB value is (195,153,223).

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

The process color (four color CMYK) of #c399df color hex is 0.13, 0.31, 0.00, 0.13. Web safe color of #c399df is #cc99cc. Color #c399df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10011001 11011111
Octal 303 231 337
Decimal 195 153 223
Hex C3 99 DF

RGB Percentages of Color #c399df

%34.15
%26.80
%39.05

CMYK Percentages of Color #c399df

%13
%31
%0
%13

Triadic Colors of #c399df

#c399df #dfc399 #99dfc3

Analogous Colors of #c399df

#c399df #df99d8 #a099df

Monochromatic Colors of #c399df

#c399df

Complementary Color

#c399df #b5df99

#c399df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c399df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c399df Color CSS Codes

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

#c399df Text Font Color

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

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


#c399df Background Color

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

This div background color is #c399df


#c399df Border Color

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

This div border color is #c399df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,153,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c399df


Comments

No comments written yet.

Please login to write comment.