Color Hex Logo

#c5125e Color Hex

#C5125E
(197,18,94)
0 Favorites   0 Comments

Color spaces of #c5125e

RGB 1971894
HSL0.930.830.42
HSV335°91°77°
CMYK 0.000.910.52   0.23
XYZ25.262613.111111.7889
Yxy13.11110.50360.2614
Hunter Lab36.209361.17036.0430
CIE-Lab42.930267.46766.2800

#c5125e color RGB value is (197,18,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00010010 01011110
Octal 305 22 136
Decimal 197 18 94
Hex C5 12 5E

RGB Percentages of Color #c5125e

%63.75
%5.83
%30.42

CMYK Percentages of Color #c5125e

%0
%91
%52
%23

Triadic Colors of #c5125e

#c5125e #5ec512 #125ec5

Analogous Colors of #c5125e

#c5125e #c51f12 #c512b8

Monochromatic Colors of #c5125e

#c5125e

Complementary Color

#c5125e #12c579

#c5125e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5125e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5125e Color CSS Codes

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

#c5125e Text Font Color

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

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


#c5125e Background Color

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

This div background color is #c5125e


#c5125e Border Color

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

This div border color is #c5125e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5125e


Comments

No comments written yet.

Please login to write comment.