Color Hex Logo

#c5049f Color Hex

#C5049F
(197,4,159)
0 Favorites   0 Comments

Color spaces of #c5049f

RGB 1974159
HSL0.870.960.39
HSV312°98°77°
CMYK 0.000.980.19   0.23
XYZ29.327414.460434.0463
Yxy14.46040.37680.1858
Hunter Lab38.026871.1174-26.4649
CIE-Lab44.886175.4290-30.7719

#c5049f color RGB value is (197,4,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00000100 10011111
Octal 305 4 237
Decimal 197 4 159
Hex C5 4 9F

RGB Percentages of Color #c5049f

%54.72
%1.11
%44.17

CMYK Percentages of Color #c5049f

%0
%98
%19
%23

Triadic Colors of #c5049f

#c5049f #9fc504 #049fc5

Analogous Colors of #c5049f

#c5049f #c5043e #8b04c5

Monochromatic Colors of #c5049f

#c5049f

Complementary Color

#c5049f #04c52a

#c5049f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5049f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5049f Color CSS Codes

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

#c5049f Text Font Color

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

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


#c5049f Background Color

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

This div background color is #c5049f


#c5049f Border Color

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

This div border color is #c5049f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5049f


Comments

No comments written yet.

Please login to write comment.