Color Hex Logo

#c5397d Color Hex

#C5397D
(197,57,125)
0 Favorites   0 Comments

Color spaces of #c5397d

RGB 19757125
HSL0.920.550.50
HSV331°71°77°
CMYK 0.000.710.37   0.23
XYZ28.190816.277221.0580
Yxy16.27720.43020.2484
Hunter Lab40.345054.1219-2.7048
CIE-Lab47.336160.4463-6.4596

#c5397d color RGB value is (197,57,125).

#c5397d hex color red value is 197, green value is 57 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #c5397d hue: 0.92 , saturation: 0.55 and the lightness value of c5397d is 0.50.

The process color (four color CMYK) of #c5397d color hex is 0.00, 0.71, 0.37, 0.23. Web safe color of #c5397d is #cc3366. Color #c5397d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00111001 01111101
Octal 305 71 175
Decimal 197 57 125
Hex C5 39 7D

RGB Percentages of Color #c5397d

%51.98
%15.04
%32.98

CMYK Percentages of Color #c5397d

%0
%71
%37
%23

Triadic Colors of #c5397d

#c5397d #7dc539 #397dc5

Analogous Colors of #c5397d

#c5397d #c53b39 #c539c3

Monochromatic Colors of #c5397d

#c5397d

Complementary Color

#c5397d #39c581

#c5397d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5397d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5397d Color CSS Codes

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

#c5397d Text Font Color

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

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


#c5397d Background Color

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

This div background color is #c5397d


#c5397d Border Color

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

This div border color is #c5397d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,57,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 #c5397d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5397d


Comments

No comments written yet.

Please login to write comment.