Color Hex Logo

#c5577d Color Hex

#C5577D
(197,87,125)
0 Favorites   0 Comments

Color spaces of #c5577d

RGB 19787125
HSL0.940.490.56
HSV339°56°77°
CMYK 0.000.560.37   0.23
XYZ30.135820.167421.7064
Yxy20.16740.41850.2801
Hunter Lab44.908141.19402.7778
CIE-Lab52.026047.73000.4512

#c5577d color RGB value is (197,87,125).

#c5577d hex color red value is 197, green value is 87 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #c5577d hue: 0.94 , saturation: 0.49 and the lightness value of c5577d is 0.56.

The process color (four color CMYK) of #c5577d color hex is 0.00, 0.56, 0.37, 0.23. Web safe color of #c5577d is #cc6666. Color #c5577d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01010111 01111101
Octal 305 127 175
Decimal 197 87 125
Hex C5 57 7D

RGB Percentages of Color #c5577d

%48.17
%21.27
%30.56

CMYK Percentages of Color #c5577d

%0
%56
%37
%23

Triadic Colors of #c5577d

#c5577d #7dc557 #577dc5

Analogous Colors of #c5577d

#c5577d #c56857 #c557b4

Monochromatic Colors of #c5577d

#c5577d

Complementary Color

#c5577d #57c59f

#c5577d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5577d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5577d Color CSS Codes

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

#c5577d Text Font Color

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

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


#c5577d Background Color

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

This div background color is #c5577d


#c5577d Border Color

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

This div border color is #c5577d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5577d


Comments

No comments written yet.

Please login to write comment.