Color Hex Logo

#c39dde Color Hex

#C39DDE
(195,157,222)
0 Favorites   0 Comments

Color spaces of #c39dde

RGB 195157222
HSL0.760.500.74
HSV275°29°87°
CMYK 0.120.290.00   0.13
XYZ47.747540.990074.5025
Yxy40.99000.29250.2511
Hunter Lab64.023421.0810-24.1779
CIE-Lab70.168926.0551-27.6712

#c39dde color RGB value is (195,157,222).

#c39dde hex color red value is 195, green value is 157 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c39dde hue: 0.76 , saturation: 0.50 and the lightness value of c39dde is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10011101 11011110
Octal 303 235 336
Decimal 195 157 222
Hex C3 9D DE

RGB Percentages of Color #c39dde

%33.97
%27.35
%38.68

CMYK Percentages of Color #c39dde

%12
%29
%0
%13

Triadic Colors of #c39dde

#c39dde #dec39d #9ddec3

Analogous Colors of #c39dde

#c39dde #de9dd9 #a39dde

Monochromatic Colors of #c39dde

#c39dde

Complementary Color

#c39dde #b8de9d

#c39dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c39dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c39dde Color CSS Codes

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

#c39dde Text Font Color

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

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


#c39dde Background Color

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

This div background color is #c39dde


#c39dde Border Color

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

This div border color is #c39dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c39dde


Comments

No comments written yet.

Please login to write comment.