Color Hex Logo

#c5389c Color Hex

#C5389C
(197,56,156)
0 Favorites   0 Comments

Color spaces of #c5389c

RGB 19756156
HSL0.880.560.50
HSV317°72°77°
CMYK 0.000.720.21   0.23
XYZ30.440917.099033.1485
Yxy17.09900.37730.2119
Hunter Lab41.350959.0404-18.5835
CIE-Lab48.384564.5725-23.5363

#c5389c color RGB value is (197,56,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00111000 10011100
Octal 305 70 234
Decimal 197 56 156
Hex C5 38 9C

RGB Percentages of Color #c5389c

%48.17
%13.69
%38.14

CMYK Percentages of Color #c5389c

%0
%72
%21
%23

Triadic Colors of #c5389c

#c5389c #9cc538 #389cc5

Analogous Colors of #c5389c

#c5389c #c53856 #a838c5

Monochromatic Colors of #c5389c

#c5389c

Complementary Color

#c5389c #38c561

#c5389c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5389c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5389c Color CSS Codes

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

#c5389c Text Font Color

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

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


#c5389c Background Color

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

This div background color is #c5389c


#c5389c Border Color

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

This div border color is #c5389c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5389c


Comments

No comments written yet.

Please login to write comment.