Color Hex Logo

#c49bcb Color Hex

#C49BCB
(196,155,203)
0 Favorites   0 Comments

Color spaces of #c49bcb

RGB 196155203
HSL0.810.320.70
HSV291°24°80°
CMYK 0.030.240.00   0.20
XYZ45.265839.490261.7365
Yxy39.49020.30900.2696
Hunter Lab62.841218.6050-14.2588
CIE-Lab69.104923.6323-18.8028

#c49bcb color RGB value is (196,155,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10011011 11001011
Octal 304 233 313
Decimal 196 155 203
Hex C4 9B CB

RGB Percentages of Color #c49bcb

%35.38
%27.98
%36.64

CMYK Percentages of Color #c49bcb

%3
%24
%0
%20

Triadic Colors of #c49bcb

#c49bcb #cbc49b #9bcbc4

Analogous Colors of #c49bcb

#c49bcb #cb9bba #ac9bcb

Monochromatic Colors of #c49bcb

#c49bcb

Complementary Color

#c49bcb #a2cb9b

#c49bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c49bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c49bcb Color CSS Codes

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

#c49bcb Text Font Color

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

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


#c49bcb Background Color

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

This div background color is #c49bcb


#c49bcb Border Color

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

This div border color is #c49bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c49bcb


Comments

No comments written yet.

Please login to write comment.