Color Hex Logo

#ad127b Color Hex

#AD127B
(173,18,123)
0 Favorites   0 Comments

Color spaces of #ad127b

RGB 17318123
HSL0.890.810.37
HSV319°90°68°
CMYK 0.000.900.29   0.32
XYZ21.025010.746919.7051
Yxy10.74690.40840.2088
Hunter Lab32.782557.1115-12.6907
CIE-Lab39.150964.6720-18.0401

#ad127b color RGB value is (173,18,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00010010 01111011
Octal 255 22 173
Decimal 173 18 123
Hex AD 12 7B

RGB Percentages of Color #ad127b

%55.10
%5.73
%39.17

CMYK Percentages of Color #ad127b

%0
%90
%29
%32

Triadic Colors of #ad127b

#ad127b #7bad12 #127bad

Analogous Colors of #ad127b

#ad127b #ad122e #9212ad

Monochromatic Colors of #ad127b

#ad127b

Complementary Color

#ad127b #12ad44

#ad127b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad127b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad127b Color CSS Codes

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

#ad127b Text Font Color

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

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


#ad127b Background Color

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

This div background color is #ad127b


#ad127b Border Color

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

This div border color is #ad127b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad127b


Comments

No comments written yet.

Please login to write comment.