Color Hex Logo

#c5389e Color Hex

#C5389E
(197,56,158)
0 Favorites   0 Comments

Color spaces of #c5389e

RGB 19756158
HSL0.880.560.50
HSV317°72°77°
CMYK 0.000.720.20   0.23
XYZ30.611717.167334.0480
Yxy17.16730.37410.2098
Hunter Lab41.433459.3702-19.7182
CIE-Lab48.470164.8421-24.5948

#c5389e color RGB value is (197,56,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00111000 10011110
Octal 305 70 236
Decimal 197 56 158
Hex C5 38 9E

RGB Percentages of Color #c5389e

%47.93
%13.63
%38.44

CMYK Percentages of Color #c5389e

%0
%72
%20
%23

Triadic Colors of #c5389e

#c5389e #9ec538 #389ec5

Analogous Colors of #c5389e

#c5389e #c53858 #a638c5

Monochromatic Colors of #c5389e

#c5389e

Complementary Color

#c5389e #38c55f

#c5389e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5389e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5389e Color CSS Codes

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

#c5389e Text Font Color

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

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


#c5389e Background Color

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

This div background color is #c5389e


#c5389e Border Color

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

This div border color is #c5389e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5389e


Comments

No comments written yet.

Please login to write comment.