Color Hex Logo

#ad2abd Color Hex

#AD2ABD
(173,42,189)
0 Favorites   0 Comments

Color spaces of #ad2abd

RGB 17342189
HSL0.820.640.45
HSV293°78°74°
CMYK 0.080.780.00   0.26
XYZ27.246914.214349.4517
Yxy14.21430.29970.1564
Hunter Lab37.701963.0226-51.3765
CIE-Lab44.538768.7400-49.3571

#ad2abd color RGB value is (173,42,189).

#ad2abd hex color red value is 173, green value is 42 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ad2abd hue: 0.82 , saturation: 0.64 and the lightness value of ad2abd is 0.45.

The process color (four color CMYK) of #ad2abd color hex is 0.08, 0.78, 0.00, 0.26. Web safe color of #ad2abd is #9933cc. Color #ad2abd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00101010 10111101
Octal 255 52 275
Decimal 173 42 189
Hex AD 2A BD

RGB Percentages of Color #ad2abd

%42.82
%10.40
%46.78

CMYK Percentages of Color #ad2abd

%8
%78
%0
%26

Triadic Colors of #ad2abd

#ad2abd #bdad2a #2abdad

Analogous Colors of #ad2abd

#ad2abd #bd2a84 #642abd

Monochromatic Colors of #ad2abd

#ad2abd

Complementary Color

#ad2abd #3abd2a

#ad2abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad2abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad2abd Color CSS Codes

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

#ad2abd Text Font Color

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

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


#ad2abd Background Color

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

This div background color is #ad2abd


#ad2abd Border Color

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

This div border color is #ad2abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad2abd


Comments

No comments written yet.

Please login to write comment.