Color Hex Logo

#ad127d Color Hex

#AD127D
(173,18,125)
0 Favorites   0 Comments

Color spaces of #ad127d

RGB 17318125
HSL0.880.810.37
HSV319°90°68°
CMYK 0.000.900.28   0.32
XYZ21.151610.797520.3714
Yxy10.79750.40430.2064
Hunter Lab32.859557.3957-13.7554
CIE-Lab39.237364.9052-19.1521

#ad127d color RGB value is (173,18,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00010010 01111101
Octal 255 22 175
Decimal 173 18 125
Hex AD 12 7D

RGB Percentages of Color #ad127d

%54.75
%5.70
%39.56

CMYK Percentages of Color #ad127d

%0
%90
%28
%32

Triadic Colors of #ad127d

#ad127d #7dad12 #127dad

Analogous Colors of #ad127d

#ad127d #ad122f #9012ad

Monochromatic Colors of #ad127d

#ad127d

Complementary Color

#ad127d #12ad42

#ad127d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad127d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad127d Color CSS Codes

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

#ad127d Text Font Color

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

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


#ad127d Background Color

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

This div background color is #ad127d


#ad127d Border Color

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

This div border color is #ad127d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad127d


Comments

No comments written yet.

Please login to write comment.