Color Hex Logo

#c5849f Color Hex

#C5849F
(197,132,159)
0 Favorites   0 Comments

Color spaces of #c5849f

RGB 197132159
HSL0.930.360.65
HSV335°33°77°
CMYK 0.000.330.19   0.23
XYZ37.535230.876036.7822
Yxy30.87600.35680.2935
Hunter Lab55.566223.3367-0.3509
CIE-Lab62.402828.8913-4.1136

#c5849f color RGB value is (197,132,159).

#c5849f hex color red value is 197, green value is 132 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #c5849f hue: 0.93 , saturation: 0.36 and the lightness value of c5849f is 0.65.

The process color (four color CMYK) of #c5849f color hex is 0.00, 0.33, 0.19, 0.23. Web safe color of #c5849f is #cc9999. Color #c5849f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10000100 10011111
Octal 305 204 237
Decimal 197 132 159
Hex C5 84 9F

RGB Percentages of Color #c5849f

%40.37
%27.05
%32.58

CMYK Percentages of Color #c5849f

%0
%33
%19
%23

Triadic Colors of #c5849f

#c5849f #9fc584 #849fc5

Analogous Colors of #c5849f

#c5849f #c58a84 #c584c0

Monochromatic Colors of #c5849f

#c5849f

Complementary Color

#c5849f #84c5aa

#c5849f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5849f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5849f Color CSS Codes

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

#c5849f Text Font Color

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

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


#c5849f Background Color

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

This div background color is #c5849f


#c5849f Border Color

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

This div border color is #c5849f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5849f


Comments

No comments written yet.

Please login to write comment.