Color Hex Logo

#ad125e Color Hex

#AD125E
(173,18,94)
0 Favorites   0 Comments

Color spaces of #ad125e

RGB 1731894
HSL0.920.810.37
HSV331°90°68°
CMYK 0.000.900.46   0.32
XYZ19.470310.125011.5178
Yxy10.12500.47360.2463
Hunter Lab31.819853.53820.8127
CIE-Lab38.065861.7037-1.3704

#ad125e color RGB value is (173,18,94).

#ad125e hex color red value is 173, green value is 18 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ad125e hue: 0.92 , saturation: 0.81 and the lightness value of ad125e is 0.37.

The process color (four color CMYK) of #ad125e color hex is 0.00, 0.90, 0.46, 0.32. Web safe color of #ad125e is #990066. Color #ad125e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00010010 01011110
Octal 255 22 136
Decimal 173 18 94
Hex AD 12 5E

RGB Percentages of Color #ad125e

%60.70
%6.32
%32.98

CMYK Percentages of Color #ad125e

%0
%90
%46
%32

Triadic Colors of #ad125e

#ad125e #5ead12 #125ead

Analogous Colors of #ad125e

#ad125e #ad1412 #ad12ac

Monochromatic Colors of #ad125e

#ad125e

Complementary Color

#ad125e #12ad61

#ad125e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad125e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad125e Color CSS Codes

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

#ad125e Text Font Color

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

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


#ad125e Background Color

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

This div background color is #ad125e


#ad125e Border Color

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

This div border color is #ad125e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad125e


Comments

No comments written yet.

Please login to write comment.