Color Hex Logo

#c5389f Color Hex

#C5389F
(197,56,159)
0 Favorites   0 Comments

Color spaces of #c5389f

RGB 19756159
HSL0.880.560.50
HSV316°72°77°
CMYK 0.000.720.19   0.23
XYZ30.698117.201934.5032
Yxy17.20190.37250.2088
Hunter Lab41.475259.5363-20.2907
CIE-Lab48.513464.9777-25.1224

#c5389f color RGB value is (197,56,159).

#c5389f hex color red value is 197, green value is 56 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #c5389f hue: 0.88 , saturation: 0.56 and the lightness value of c5389f is 0.50.

The process color (four color CMYK) of #c5389f color hex is 0.00, 0.72, 0.19, 0.23. Web safe color of #c5389f is #cc3399. Color #c5389f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00111000 10011111
Octal 305 70 237
Decimal 197 56 159
Hex C5 38 9F

RGB Percentages of Color #c5389f

%47.82
%13.59
%38.59

CMYK Percentages of Color #c5389f

%0
%72
%19
%23

Triadic Colors of #c5389f

#c5389f #9fc538 #389fc5

Analogous Colors of #c5389f

#c5389f #c53858 #a538c5

Monochromatic Colors of #c5389f

#c5389f

Complementary Color

#c5389f #38c55e

#c5389f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5389f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5389f Color CSS Codes

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

#c5389f Text Font Color

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

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


#c5389f Background Color

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

This div background color is #c5389f


#c5389f Border Color

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

This div border color is #c5389f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5389f


Comments

No comments written yet.

Please login to write comment.