Color Hex Logo

#c5398f Color Hex

#C5398F
(197,57,143)
0 Favorites   0 Comments

Color spaces of #c5398f

RGB 19757143
HSL0.900.550.50
HSV323°71°77°
CMYK 0.000.710.27   0.23
XYZ29.447016.779727.6734
Yxy16.77970.39850.2271
Hunter Lab40.963056.6326-11.3804
CIE-Lab47.981262.5464-16.3741

#c5398f color RGB value is (197,57,143).

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

The process color (four color CMYK) of #c5398f color hex is 0.00, 0.71, 0.27, 0.23. Web safe color of #c5398f is #cc3399. Color #c5398f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00111001 10001111
Octal 305 71 217
Decimal 197 57 143
Hex C5 39 8F

RGB Percentages of Color #c5398f

%49.62
%14.36
%36.02

CMYK Percentages of Color #c5398f

%0
%71
%27
%23

Triadic Colors of #c5398f

#c5398f #8fc539 #398fc5

Analogous Colors of #c5398f

#c5398f #c53949 #b539c5

Monochromatic Colors of #c5398f

#c5398f

Complementary Color

#c5398f #39c56f

#c5398f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5398f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5398f Color CSS Codes

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

#c5398f Text Font Color

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

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


#c5398f Background Color

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

This div background color is #c5398f


#c5398f Border Color

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

This div border color is #c5398f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5398f


Comments

No comments written yet.

Please login to write comment.