Color Hex Logo

#ad11be Color Hex

#AD11BE
(173,17,190)
0 Favorites   0 Comments

Color spaces of #ad11be

RGB 17317190
HSL0.820.840.41
HSV294°91°75°
CMYK 0.090.910.00   0.25
XYZ26.728313.002849.8163
Yxy13.00280.29850.1452
Hunter Lab36.059469.2056-56.6680
CIE-Lab42.767574.2697-52.7878

#ad11be color RGB value is (173,17,190).

#ad11be hex color red value is 173, green value is 17 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ad11be hue: 0.82 , saturation: 0.84 and the lightness value of ad11be is 0.41.

The process color (four color CMYK) of #ad11be color hex is 0.09, 0.91, 0.00, 0.25. Web safe color of #ad11be is #9900cc. Color #ad11be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00010001 10111110
Octal 255 21 276
Decimal 173 17 190
Hex AD 11 BE

RGB Percentages of Color #ad11be

%45.53
%4.47
%50.00

CMYK Percentages of Color #ad11be

%9
%91
%0
%25

Triadic Colors of #ad11be

#ad11be #bead11 #11bead

Analogous Colors of #ad11be

#ad11be #be1179 #5611be

Monochromatic Colors of #ad11be

#ad11be

Complementary Color

#ad11be #22be11

#ad11be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad11be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad11be Color CSS Codes

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

#ad11be Text Font Color

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

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


#ad11be Background Color

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

This div background color is #ad11be


#ad11be Border Color

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

This div border color is #ad11be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad11be


Comments

No comments written yet.

Please login to write comment.