Color Hex Logo

#c5848a Color Hex

#C5848A
(197,132,138)
0 Favorites   0 Comments

Color spaces of #c5848a

RGB 197132138
HSL0.980.360.65
HSV354°33°77°
CMYK 0.000.330.30   0.23
XYZ35.864730.207827.9852
Yxy30.20780.38130.3212
Hunter Lab54.961620.29578.2840
CIE-Lab61.833125.82227.0343

#c5848a color RGB value is (197,132,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10000100 10001010
Octal 305 204 212
Decimal 197 132 138
Hex C5 84 8A

RGB Percentages of Color #c5848a

%42.18
%28.27
%29.55

CMYK Percentages of Color #c5848a

%0
%33
%30
%23

Triadic Colors of #c5848a

#c5848a #8ac584 #848ac5

Analogous Colors of #c5848a

#c5848a #c59f84 #c584ab

Monochromatic Colors of #c5848a

#c5848a

Complementary Color

#c5848a #84c5bf

#c5848a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5848a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5848a Color CSS Codes

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

#c5848a Text Font Color

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

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


#c5848a Background Color

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

This div background color is #c5848a


#c5848a Border Color

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

This div border color is #c5848a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5848a


Comments

No comments written yet.

Please login to write comment.