Color Hex Logo

#ad125b Color Hex

#AD125B
(173,18,91)
0 Favorites   0 Comments

Color spaces of #ad125b

RGB 1731891
HSL0.920.810.37
HSV332°90°68°
CMYK 0.000.900.47   0.32
XYZ19.338210.072210.8224
Yxy10.07220.48070.2503
Hunter Lab31.736753.22651.9975
CIE-Lab37.971761.44140.4105

#ad125b color RGB value is (173,18,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00010010 01011011
Octal 255 22 133
Decimal 173 18 91
Hex AD 12 5B

RGB Percentages of Color #ad125b

%61.35
%6.38
%32.27

CMYK Percentages of Color #ad125b

%0
%90
%47
%32

Triadic Colors of #ad125b

#ad125b #5bad12 #125bad

Analogous Colors of #ad125b

#ad125b #ad1712 #ad12a9

Monochromatic Colors of #ad125b

#ad125b

Complementary Color

#ad125b #12ad64

#ad125b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad125b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad125b Color CSS Codes

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

#ad125b Text Font Color

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

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


#ad125b Background Color

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

This div background color is #ad125b


#ad125b Border Color

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

This div border color is #ad125b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad125b


Comments

No comments written yet.

Please login to write comment.