Color Hex Logo

#ad47eb Color Hex

#AD47EB
(173,71,235)
0 Favorites   0 Comments

Color spaces of #ad47eb

RGB 17371235
HSL0.770.800.60
HSV277°70°92°
CMYK 0.260.700.00   0.08
XYZ34.482219.388980.5223
Yxy19.38890.25660.1443
Hunter Lab44.032862.7263-77.5999
CIE-Lab51.139167.2134-65.1054

#ad47eb color RGB value is (173,71,235).

#ad47eb hex color red value is 173, green value is 71 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ad47eb hue: 0.77 , saturation: 0.80 and the lightness value of ad47eb is 0.60.

The process color (four color CMYK) of #ad47eb color hex is 0.26, 0.70, 0.00, 0.08. Web safe color of #ad47eb is #9933ff. Color #ad47eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01000111 11101011
Octal 255 107 353
Decimal 173 71 235
Hex AD 47 EB

RGB Percentages of Color #ad47eb

%36.12
%14.82
%49.06

CMYK Percentages of Color #ad47eb

%26
%70
%0
%8

Triadic Colors of #ad47eb

#ad47eb #ebad47 #47ebad

Analogous Colors of #ad47eb

#ad47eb #eb47d7 #5b47eb

Monochromatic Colors of #ad47eb

#ad47eb

Complementary Color

#ad47eb #85eb47

#ad47eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad47eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad47eb Color CSS Codes

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

#ad47eb Text Font Color

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

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


#ad47eb Background Color

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

This div background color is #ad47eb


#ad47eb Border Color

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

This div border color is #ad47eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad47eb


Comments

No comments written yet.

Please login to write comment.