Color Hex Logo

#ad125f Color Hex

#AD125F
(173,18,95)
0 Favorites   0 Comments

Color spaces of #ad125f

RGB 1731895
HSL0.920.810.37
HSV330°90°68°
CMYK 0.000.900.45   0.32
XYZ19.515410.143111.7557
Yxy10.14310.47120.2449
Hunter Lab31.848253.64370.4089
CIE-Lab38.098061.7923-1.9617

#ad125f color RGB value is (173,18,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00010010 01011111
Octal 255 22 137
Decimal 173 18 95
Hex AD 12 5F

RGB Percentages of Color #ad125f

%60.49
%6.29
%33.22

CMYK Percentages of Color #ad125f

%0
%90
%45
%32

Triadic Colors of #ad125f

#ad125f #5fad12 #125fad

Analogous Colors of #ad125f

#ad125f #ad1312 #ad12ad

Monochromatic Colors of #ad125f

#ad125f

Complementary Color

#ad125f #12ad60

#ad125f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad125f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad125f Color CSS Codes

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

#ad125f Text Font Color

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

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


#ad125f Background Color

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

This div background color is #ad125f


#ad125f Border Color

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

This div border color is #ad125f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad125f


Comments

No comments written yet.

Please login to write comment.