Color Hex Logo

#c49ecb Color Hex

#C49ECB
(196,158,203)
0 Favorites   0 Comments

Color spaces of #c49ecb

RGB 196158203
HSL0.810.300.71
HSV291°22°80°
CMYK 0.030.220.00   0.20
XYZ45.771340.501361.9050
Yxy40.50130.30890.2733
Hunter Lab63.640617.0088-13.1246
CIE-Lab69.825121.9760-17.7115

#c49ecb color RGB value is (196,158,203).

#c49ecb hex color red value is 196, green value is 158 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c49ecb hue: 0.81 , saturation: 0.30 and the lightness value of c49ecb is 0.71.

The process color (four color CMYK) of #c49ecb color hex is 0.03, 0.22, 0.00, 0.20. Web safe color of #c49ecb is #cc99cc. Color #c49ecb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10011110 11001011
Octal 304 236 313
Decimal 196 158 203
Hex C4 9E CB

RGB Percentages of Color #c49ecb

%35.19
%28.37
%36.45

CMYK Percentages of Color #c49ecb

%3
%22
%0
%20

Triadic Colors of #c49ecb

#c49ecb #cbc49e #9ecbc4

Analogous Colors of #c49ecb

#c49ecb #cb9ebc #ae9ecb

Monochromatic Colors of #c49ecb

#c49ecb

Complementary Color

#c49ecb #a5cb9e

#c49ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c49ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c49ecb Color CSS Codes

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

#c49ecb Text Font Color

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

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


#c49ecb Background Color

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

This div background color is #c49ecb


#c49ecb Border Color

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

This div border color is #c49ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c49ecb


Comments

No comments written yet.

Please login to write comment.