Color Hex Logo

#ad127e Color Hex

#AD127E
(173,18,126)
0 Favorites   0 Comments

Color spaces of #ad127e

RGB 17318126
HSL0.880.810.37
HSV318°90°68°
CMYK 0.000.900.27   0.32
XYZ21.215810.823220.7096
Yxy10.82320.40220.2052
Hunter Lab32.898657.5392-14.2939
CIE-Lab39.281165.0227-19.7062

#ad127e color RGB value is (173,18,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00010010 01111110
Octal 255 22 176
Decimal 173 18 126
Hex AD 12 7E

RGB Percentages of Color #ad127e

%54.57
%5.68
%39.75

CMYK Percentages of Color #ad127e

%0
%90
%27
%32

Triadic Colors of #ad127e

#ad127e #7ead12 #127ead

Analogous Colors of #ad127e

#ad127e #ad1231 #8f12ad

Monochromatic Colors of #ad127e

#ad127e

Complementary Color

#ad127e #12ad41

#ad127e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad127e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad127e Color CSS Codes

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

#ad127e Text Font Color

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

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


#ad127e Background Color

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

This div background color is #ad127e


#ad127e Border Color

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

This div border color is #ad127e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad127e


Comments

No comments written yet.

Please login to write comment.