Color Hex Logo

#c49ebf Color Hex

#C49EBF
(196,158,191)
0 Favorites   0 Comments

Color spaces of #c49ebf

RGB 196158191
HSL0.860.240.69
HSV308°19°77°
CMYK 0.000.190.03   0.23
XYZ44.395839.951154.6616
Yxy39.95110.31940.2874
Hunter Lab63.206914.7643-7.0294
CIE-Lab69.434719.6929-11.6526

#c49ebf color RGB value is (196,158,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10011110 10111111
Octal 304 236 277
Decimal 196 158 191
Hex C4 9E BF

RGB Percentages of Color #c49ebf

%35.96
%28.99
%35.05

CMYK Percentages of Color #c49ebf

%0
%19
%3
%23

Triadic Colors of #c49ebf

#c49ebf #bfc49e #9ebfc4

Analogous Colors of #c49ebf

#c49ebf #c49eac #b69ec4

Monochromatic Colors of #c49ebf

#c49ebf

Complementary Color

#c49ebf #9ec4a3

#c49ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c49ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c49ebf Color CSS Codes

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

#c49ebf Text Font Color

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

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


#c49ebf Background Color

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

This div background color is #c49ebf


#c49ebf Border Color

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

This div border color is #c49ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c49ebf


Comments

No comments written yet.

Please login to write comment.