Color Hex Logo

#c49fbe Color Hex

#C49FBE
(196,159,190)
0 Favorites   0 Comments

Color spaces of #c49fbe

RGB 196159190
HSL0.860.240.70
HSV310°19°77°
CMYK 0.000.190.03   0.23
XYZ44.457440.249754.1410
Yxy40.24970.32020.2899
Hunter Lab63.442714.0591-6.1873
CIE-Lab69.647018.9571-10.7802

#c49fbe color RGB value is (196,159,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10011111 10111110
Octal 304 237 276
Decimal 196 159 190
Hex C4 9F BE

RGB Percentages of Color #c49fbe

%35.96
%29.17
%34.86

CMYK Percentages of Color #c49fbe

%0
%19
%3
%23

Triadic Colors of #c49fbe

#c49fbe #bec49f #9fbec4

Analogous Colors of #c49fbe

#c49fbe #c49fac #b89fc4

Monochromatic Colors of #c49fbe

#c49fbe

Complementary Color

#c49fbe #9fc4a5

#c49fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c49fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c49fbe Color CSS Codes

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

#c49fbe Text Font Color

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

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


#c49fbe Background Color

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

This div background color is #c49fbe


#c49fbe Border Color

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

This div border color is #c49fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c49fbe


Comments

No comments written yet.

Please login to write comment.