Color Hex Logo

#c39ebf Color Hex

#C39EBF
(195,158,191)
0 Favorites   0 Comments

Color spaces of #c39ebf

RGB 195158191
HSL0.850.240.69
HSV306°19°76°
CMYK 0.000.190.02   0.24
XYZ44.136539.817454.6495
Yxy39.81740.31840.2873
Hunter Lab63.101014.4264-7.1782
CIE-Lab69.339319.3474-11.8053

#c39ebf color RGB value is (195,158,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10011110 10111111
Octal 303 236 277
Decimal 195 158 191
Hex C3 9E BF

RGB Percentages of Color #c39ebf

%35.85
%29.04
%35.11

CMYK Percentages of Color #c39ebf

%0
%19
%2
%24

Triadic Colors of #c39ebf

#c39ebf #bfc39e #9ebfc3

Analogous Colors of #c39ebf

#c39ebf #c39ead #b59ec3

Monochromatic Colors of #c39ebf

#c39ebf

Complementary Color

#c39ebf #9ec3a2

#c39ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c39ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c39ebf Color CSS Codes

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

#c39ebf Text Font Color

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

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


#c39ebf Background Color

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

This div background color is #c39ebf


#c39ebf Border Color

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

This div border color is #c39ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c39ebf


Comments

No comments written yet.

Please login to write comment.