Color Hex Logo

#c57195 Color Hex

#C57195
(197,113,149)
0 Favorites   0 Comments

Color spaces of #c57195

RGB 197113149
HSL0.930.420.61
HSV334°43°77°
CMYK 0.000.430.24   0.23
XYZ34.355925.850531.6127
Yxy25.85050.37420.2815
Hunter Lab50.843431.6401-1.2741
CIE-Lab57.894937.6579-5.0283

#c57195 color RGB value is (197,113,149).

#c57195 hex color red value is 197, green value is 113 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #c57195 hue: 0.93 , saturation: 0.42 and the lightness value of c57195 is 0.61.

The process color (four color CMYK) of #c57195 color hex is 0.00, 0.43, 0.24, 0.23. Web safe color of #c57195 is #cc6699. Color #c57195 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01110001 10010101
Octal 305 161 225
Decimal 197 113 149
Hex C5 71 95

RGB Percentages of Color #c57195

%42.92
%24.62
%32.46

CMYK Percentages of Color #c57195

%0
%43
%24
%23

Triadic Colors of #c57195

#c57195 #95c571 #7195c5

Analogous Colors of #c57195

#c57195 #c57771 #c571bf

Monochromatic Colors of #c57195

#c57195

Complementary Color

#c57195 #71c5a1

#c57195 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c57195 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c57195 Color CSS Codes

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

#c57195 Text Font Color

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

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


#c57195 Background Color

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

This div background color is #c57195


#c57195 Border Color

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

This div border color is #c57195


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c57195


Comments

No comments written yet.

Please login to write comment.