Color Hex Logo

#c39fbd Color Hex

#C39FBD
(195,159,189)
0 Favorites   0 Comments

Color spaces of #c39fbd

RGB 195159189
HSL0.860.230.69
HSV310°18°76°
CMYK 0.000.180.03   0.24
XYZ44.089140.072553.5551
Yxy40.07250.32010.2910
Hunter Lab63.302813.5415-5.8482
CIE-Lab69.521118.4249-10.4236

#c39fbd color RGB value is (195,159,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10011111 10111101
Octal 303 237 275
Decimal 195 159 189
Hex C3 9F BD

RGB Percentages of Color #c39fbd

%35.91
%29.28
%34.81

CMYK Percentages of Color #c39fbd

%0
%18
%3
%24

Triadic Colors of #c39fbd

#c39fbd #bdc39f #9fbdc3

Analogous Colors of #c39fbd

#c39fbd #c39fab #b79fc3

Monochromatic Colors of #c39fbd

#c39fbd

Complementary Color

#c39fbd #9fc3a5

#c39fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c39fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c39fbd Color CSS Codes

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

#c39fbd Text Font Color

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

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


#c39fbd Background Color

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

This div background color is #c39fbd


#c39fbd Border Color

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

This div border color is #c39fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c39fbd


Comments

No comments written yet.

Please login to write comment.