Color Hex Logo

#c5124f Color Hex

#C5124F
(197,18,79)
0 Favorites   0 Comments

Color spaces of #c5124f

RGB 1971879
HSL0.940.830.42
HSV340°91°77°
CMYK 0.000.910.60   0.23
XYZ24.653512.86748.5814
Yxy12.86740.53480.2791
Hunter Lab35.871259.904810.9260
CIE-Lab42.562866.446515.2212

#c5124f color RGB value is (197,18,79).

#c5124f hex color red value is 197, green value is 18 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #c5124f hue: 0.94 , saturation: 0.83 and the lightness value of c5124f is 0.42.

The process color (four color CMYK) of #c5124f color hex is 0.00, 0.91, 0.60, 0.23. Web safe color of #c5124f is #cc0066. Color #c5124f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00010010 01001111
Octal 305 22 117
Decimal 197 18 79
Hex C5 12 4F

RGB Percentages of Color #c5124f

%67.01
%6.12
%26.87

CMYK Percentages of Color #c5124f

%0
%91
%60
%23

Triadic Colors of #c5124f

#c5124f #4fc512 #124fc5

Analogous Colors of #c5124f

#c5124f #c52e12 #c512a9

Monochromatic Colors of #c5124f

#c5124f

Complementary Color

#c5124f #12c588

#c5124f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5124f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5124f Color CSS Codes

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

#c5124f Text Font Color

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

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


#c5124f Background Color

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

This div background color is #c5124f


#c5124f Border Color

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

This div border color is #c5124f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5124f


Comments

No comments written yet.

Please login to write comment.