Color Hex Logo

#c4125e Color Hex

#C4125E
(196,18,94)
0 Favorites   0 Comments

Color spaces of #c4125e

RGB 1961894
HSL0.930.830.42
HSV334°91°77°
CMYK 0.000.910.52   0.23
XYZ25.001612.976511.7767
Yxy12.97650.50250.2608
Hunter Lab36.022960.84735.8328
CIE-Lab42.727867.22895.9640

#c4125e color RGB value is (196,18,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00010010 01011110
Octal 304 22 136
Decimal 196 18 94
Hex C4 12 5E

RGB Percentages of Color #c4125e

%63.64
%5.84
%30.52

CMYK Percentages of Color #c4125e

%0
%91
%52
%23

Triadic Colors of #c4125e

#c4125e #5ec412 #125ec4

Analogous Colors of #c4125e

#c4125e #c41f12 #c412b7

Monochromatic Colors of #c4125e

#c4125e

Complementary Color

#c4125e #12c478

#c4125e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4125e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4125e Color CSS Codes

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

#c4125e Text Font Color

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

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


#c4125e Background Color

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

This div background color is #c4125e


#c4125e Border Color

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

This div border color is #c4125e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4125e


Comments

No comments written yet.

Please login to write comment.