Color Hex Logo

#ad127a Color Hex

#AD127A
(173,18,122)
0 Favorites   0 Comments

Color spaces of #ad127a

RGB 17318122
HSL0.890.810.37
HSV320°90°68°
CMYK 0.000.900.29   0.32
XYZ20.962710.722019.3770
Yxy10.72200.41050.2100
Hunter Lab32.744556.9712-12.1646
CIE-Lab39.108264.5567-17.4822

#ad127a color RGB value is (173,18,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00010010 01111010
Octal 255 22 172
Decimal 173 18 122
Hex AD 12 7A

RGB Percentages of Color #ad127a

%55.27
%5.75
%38.98

CMYK Percentages of Color #ad127a

%0
%90
%29
%32

Triadic Colors of #ad127a

#ad127a #7aad12 #127aad

Analogous Colors of #ad127a

#ad127a #ad122d #9312ad

Monochromatic Colors of #ad127a

#ad127a

Complementary Color

#ad127a #12ad45

#ad127a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad127a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad127a Color CSS Codes

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

#ad127a Text Font Color

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

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


#ad127a Background Color

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

This div background color is #ad127a


#ad127a Border Color

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

This div border color is #ad127a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad127a


Comments

No comments written yet.

Please login to write comment.