Color Hex Logo

#ad027b Color Hex

#AD027B
(173,2,123)
0 Favorites   0 Comments

Color spaces of #ad027b

RGB 1732123
HSL0.880.980.34
HSV318°99°68°
CMYK 0.000.990.29   0.32
XYZ20.830410.357719.6402
Yxy10.35770.40980.2038
Hunter Lab32.183459.2116-13.6539
CIE-Lab38.476966.6412-19.0778

#ad027b color RGB value is (173,2,123).

#ad027b hex color red value is 173, green value is 2 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #ad027b hue: 0.88 , saturation: 0.98 and the lightness value of ad027b is 0.34.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00000010 01111011
Octal 255 2 173
Decimal 173 2 123
Hex AD 2 7B

RGB Percentages of Color #ad027b

%58.05
%0.67
%41.28

CMYK Percentages of Color #ad027b

%0
%99
%29
%32

Triadic Colors of #ad027b

#ad027b #7bad02 #027bad

Analogous Colors of #ad027b

#ad027b #ad0226 #8a02ad

Monochromatic Colors of #ad027b

#ad027b

Complementary Color

#ad027b #02ad34

#ad027b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad027b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad027b Color CSS Codes

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

#ad027b Text Font Color

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

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


#ad027b Background Color

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

This div background color is #ad027b


#ad027b Border Color

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

This div border color is #ad027b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,2,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 #ad027b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad027b


Comments

No comments written yet.

Please login to write comment.