Color Hex Logo

#ad026b Color Hex

#AD026B
(173,2,107)
0 Favorites   0 Comments

Color spaces of #ad026b

RGB 1732107
HSL0.900.980.34
HSV323°99°68°
CMYK 0.000.990.38   0.32
XYZ19.90919.989214.7887
Yxy9.98920.44550.2235
Hunter Lab31.605757.1310-5.6185
CIE-Lab37.823064.9480-10.0080

#ad026b color RGB value is (173,2,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00000010 01101011
Octal 255 2 153
Decimal 173 2 107
Hex AD 2 6B

RGB Percentages of Color #ad026b

%61.35
%0.71
%37.94

CMYK Percentages of Color #ad026b

%0
%99
%38
%32

Triadic Colors of #ad026b

#ad026b #6bad02 #026bad

Analogous Colors of #ad026b

#ad026b #ad0215 #9a02ad

Monochromatic Colors of #ad026b

#ad026b

Complementary Color

#ad026b #02ad44

#ad026b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad026b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad026b Color CSS Codes

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

#ad026b Text Font Color

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

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


#ad026b Background Color

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

This div background color is #ad026b


#ad026b Border Color

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

This div border color is #ad026b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad026b


Comments

No comments written yet.

Please login to write comment.