Color Hex Logo

#c5099f Color Hex

#C5099F
(197,9,159)
0 Favorites   0 Comments

Color spaces of #c5099f

RGB 1979159
HSL0.870.910.40
HSV312°95°77°
CMYK 0.000.950.19   0.23
XYZ29.381714.568934.0644
Yxy14.56890.37660.1867
Hunter Lab38.169270.6086-26.1953
CIE-Lab45.038074.9826-30.5341

#c5099f color RGB value is (197,9,159).

#c5099f hex color red value is 197, green value is 9 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #c5099f hue: 0.87 , saturation: 0.91 and the lightness value of c5099f is 0.40.

The process color (four color CMYK) of #c5099f color hex is 0.00, 0.95, 0.19, 0.23. Web safe color of #c5099f is #cc0099. Color #c5099f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00001001 10011111
Octal 305 11 237
Decimal 197 9 159
Hex C5 9 9F

RGB Percentages of Color #c5099f

%53.97
%2.47
%43.56

CMYK Percentages of Color #c5099f

%0
%95
%19
%23

Triadic Colors of #c5099f

#c5099f #9fc509 #099fc5

Analogous Colors of #c5099f

#c5099f #c50941 #8d09c5

Monochromatic Colors of #c5099f

#c5099f

Complementary Color

#c5099f #09c52f

#c5099f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5099f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5099f Color CSS Codes

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

#c5099f Text Font Color

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

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


#c5099f Background Color

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

This div background color is #c5099f


#c5099f Border Color

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

This div border color is #c5099f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5099f


Comments

No comments written yet.

Please login to write comment.