Color Hex Logo

#ad67eb Color Hex

#AD67EB
(173,103,235)
0 Favorites   0 Comments

Color spaces of #ad67eb

RGB 173103235
HSL0.760.770.66
HSV272°56°92°
CMYK 0.260.560.00   0.08
XYZ37.079224.582981.3879
Yxy24.58290.25920.1718
Hunter Lab49.581146.7240-62.6183
CIE-Lab56.666752.1242-56.2209

#ad67eb color RGB value is (173,103,235).

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

The process color (four color CMYK) of #ad67eb color hex is 0.26, 0.56, 0.00, 0.08. Web safe color of #ad67eb is #9966ff. Color #ad67eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01100111 11101011
Octal 255 147 353
Decimal 173 103 235
Hex AD 67 EB

RGB Percentages of Color #ad67eb

%33.86
%20.16
%45.99

CMYK Percentages of Color #ad67eb

%26
%56
%0
%8

Triadic Colors of #ad67eb

#ad67eb #ebad67 #67ebad

Analogous Colors of #ad67eb

#ad67eb #eb67e7 #6b67eb

Monochromatic Colors of #ad67eb

#ad67eb

Complementary Color

#ad67eb #a5eb67

#ad67eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad67eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad67eb Color CSS Codes

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

#ad67eb Text Font Color

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

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


#ad67eb Background Color

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

This div background color is #ad67eb


#ad67eb Border Color

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

This div border color is #ad67eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,103,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 #ad67eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad67eb


Comments

No comments written yet.

Please login to write comment.