Color Hex Logo

#ad127f Color Hex

#AD127F
(173,18,127)
0 Favorites   0 Comments

Color spaces of #ad127f

RGB 17318127
HSL0.880.810.37
HSV318°90°68°
CMYK 0.000.900.27   0.32
XYZ21.280710.849221.0512
Yxy10.84920.40020.2040
Hunter Lab32.938157.6838-14.8364
CIE-Lab39.325365.1410-20.2589

#ad127f color RGB value is (173,18,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00010010 01111111
Octal 255 22 177
Decimal 173 18 127
Hex AD 12 7F

RGB Percentages of Color #ad127f

%54.40
%5.66
%39.94

CMYK Percentages of Color #ad127f

%0
%90
%27
%32

Triadic Colors of #ad127f

#ad127f #7fad12 #127fad

Analogous Colors of #ad127f

#ad127f #ad1232 #8e12ad

Monochromatic Colors of #ad127f

#ad127f

Complementary Color

#ad127f #12ad40

#ad127f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad127f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad127f Color CSS Codes

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

#ad127f Text Font Color

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

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


#ad127f Background Color

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

This div background color is #ad127f


#ad127f Border Color

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

This div border color is #ad127f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad127f


Comments

No comments written yet.

Please login to write comment.