Color Hex Logo

#c39ebd Color Hex

#C39EBD
(195,158,189)
0 Favorites   0 Comments

Color spaces of #c39ebd

RGB 195158189
HSL0.860.240.69
HSV310°19°76°
CMYK 0.000.190.03   0.24
XYZ43.917839.729953.4980
Yxy39.72990.32020.2897
Hunter Lab63.031714.0659-6.2001
CIE-Lab69.276718.9765-10.7889

#c39ebd color RGB value is (195,158,189).

#c39ebd hex color red value is 195, green value is 158 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c39ebd hue: 0.86 , saturation: 0.24 and the lightness value of c39ebd is 0.69.

The process color (four color CMYK) of #c39ebd color hex is 0.00, 0.19, 0.03, 0.24. Web safe color of #c39ebd is #cc99cc. Color #c39ebd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10011110 10111101
Octal 303 236 275
Decimal 195 158 189
Hex C3 9E BD

RGB Percentages of Color #c39ebd

%35.98
%29.15
%34.87

CMYK Percentages of Color #c39ebd

%0
%19
%3
%24

Triadic Colors of #c39ebd

#c39ebd #bdc39e #9ebdc3

Analogous Colors of #c39ebd

#c39ebd #c39eab #b79ec3

Monochromatic Colors of #c39ebd

#c39ebd

Complementary Color

#c39ebd #9ec3a4

#c39ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c39ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c39ebd Color CSS Codes

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

#c39ebd Text Font Color

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

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


#c39ebd Background Color

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

This div background color is #c39ebd


#c39ebd Border Color

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

This div border color is #c39ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c39ebd


Comments

No comments written yet.

Please login to write comment.