Color Hex Logo

#ad11b5 Color Hex

#AD11B5
(173,17,181)
0 Favorites   0 Comments

Color spaces of #ad11b5

RGB 17317181
HSL0.830.830.39
HSV297°91°71°
CMYK 0.040.910.00   0.29
XYZ25.774512.621344.7938
Yxy12.62130.30980.1517
Hunter Lab35.526567.3307-49.8877
CIE-Lab42.187072.8278-48.4249

#ad11b5 color RGB value is (173,17,181).

#ad11b5 hex color red value is 173, green value is 17 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #ad11b5 hue: 0.83 , saturation: 0.83 and the lightness value of ad11b5 is 0.39.

The process color (four color CMYK) of #ad11b5 color hex is 0.04, 0.91, 0.00, 0.29. Web safe color of #ad11b5 is #9900cc. Color #ad11b5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00010001 10110101
Octal 255 21 265
Decimal 173 17 181
Hex AD 11 B5

RGB Percentages of Color #ad11b5

%46.63
%4.58
%48.79

CMYK Percentages of Color #ad11b5

%4
%91
%0
%29

Triadic Colors of #ad11b5

#ad11b5 #b5ad11 #11b5ad

Analogous Colors of #ad11b5

#ad11b5 #b5116b #5b11b5

Monochromatic Colors of #ad11b5

#ad11b5

Complementary Color

#ad11b5 #19b511

#ad11b5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad11b5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad11b5 Color CSS Codes

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

#ad11b5 Text Font Color

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

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


#ad11b5 Background Color

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

This div background color is #ad11b5


#ad11b5 Border Color

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

This div border color is #ad11b5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad11b5


Comments

No comments written yet.

Please login to write comment.