Color Hex Logo

#c5749a Color Hex

#C5749A
(197,116,154)
0 Favorites   0 Comments

Color spaces of #c5749a

RGB 197116154
HSL0.920.410.61
HSV332°41°77°
CMYK 0.000.410.22   0.23
XYZ35.104126.694233.8742
Yxy26.69420.36690.2790
Hunter Lab51.666430.8633-2.7060
CIE-Lab58.690236.7967-6.7426

#c5749a color RGB value is (197,116,154).

#c5749a hex color red value is 197, green value is 116 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #c5749a hue: 0.92 , saturation: 0.41 and the lightness value of c5749a is 0.61.

The process color (four color CMYK) of #c5749a color hex is 0.00, 0.41, 0.22, 0.23. Web safe color of #c5749a is #cc6699. Color #c5749a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01110100 10011010
Octal 305 164 232
Decimal 197 116 154
Hex C5 74 9A

RGB Percentages of Color #c5749a

%42.18
%24.84
%32.98

CMYK Percentages of Color #c5749a

%0
%41
%22
%23

Triadic Colors of #c5749a

#c5749a #9ac574 #749ac5

Analogous Colors of #c5749a

#c5749a #c57774 #c574c3

Monochromatic Colors of #c5749a

#c5749a

Complementary Color

#c5749a #74c59f

#c5749a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5749a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5749a Color CSS Codes

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

#c5749a Text Font Color

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

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


#c5749a Background Color

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

This div background color is #c5749a


#c5749a Border Color

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

This div border color is #c5749a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5749a


Comments

No comments written yet.

Please login to write comment.