Color Hex Logo

#c39fbf Color Hex

#C39FBF
(195,159,191)
0 Favorites   0 Comments

Color spaces of #c39fbf

RGB 195159191
HSL0.850.230.69
HSV307°18°76°
CMYK 0.000.180.02   0.24
XYZ44.307840.160054.7066
Yxy40.16000.31840.2886
Hunter Lab63.371913.9011-6.8225
CIE-Lab69.583318.7957-11.4399

#c39fbf color RGB value is (195,159,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10011111 10111111
Octal 303 237 277
Decimal 195 159 191
Hex C3 9F BF

RGB Percentages of Color #c39fbf

%35.78
%29.17
%35.05

CMYK Percentages of Color #c39fbf

%0
%18
%2
%24

Triadic Colors of #c39fbf

#c39fbf #bfc39f #9fbfc3

Analogous Colors of #c39fbf

#c39fbf #c39fad #b59fc3

Monochromatic Colors of #c39fbf

#c39fbf

Complementary Color

#c39fbf #9fc3a3

#c39fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c39fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c39fbf Color CSS Codes

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

#c39fbf Text Font Color

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

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


#c39fbf Background Color

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

This div background color is #c39fbf


#c39fbf Border Color

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

This div border color is #c39fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c39fbf


Comments

No comments written yet.

Please login to write comment.