Color Hex Logo

#c57492 Color Hex

#C57492
(197,116,146)
0 Favorites   0 Comments

Color spaces of #c57492

RGB 197116146
HSL0.940.410.61
HSV338°41°77°
CMYK 0.000.410.26   0.23
XYZ34.459726.436430.4806
Yxy26.43640.37710.2893
Hunter Lab51.416329.65370.8432
CIE-Lab58.449035.6278-2.4728

#c57492 color RGB value is (197,116,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01110100 10010010
Octal 305 164 222
Decimal 197 116 146
Hex C5 74 92

RGB Percentages of Color #c57492

%42.92
%25.27
%31.81

CMYK Percentages of Color #c57492

%0
%41
%26
%23

Triadic Colors of #c57492

#c57492 #92c574 #7492c5

Analogous Colors of #c57492

#c57492 #c57f74 #c574bb

Monochromatic Colors of #c57492

#c57492

Complementary Color

#c57492 #74c5a7

#c57492 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c57492 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c57492 Color CSS Codes

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

#c57492 Text Font Color

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

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


#c57492 Background Color

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

This div background color is #c57492


#c57492 Border Color

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

This div border color is #c57492


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c57492


Comments

No comments written yet.

Please login to write comment.