Color Hex Logo

#ad6feb Color Hex

#AD6FEB
(173,111,235)
0 Favorites   0 Comments

Color spaces of #ad6feb

RGB 173111235
HSL0.750.760.68
HSV270°53°92°
CMYK 0.260.530.00   0.08
XYZ37.913426.251381.6660
Yxy26.25130.26000.1800
Hunter Lab51.236042.4226-58.6382
CIE-Lab58.274847.9123-53.6548

#ad6feb color RGB value is (173,111,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01101111 11101011
Octal 255 157 353
Decimal 173 111 235
Hex AD 6F EB

RGB Percentages of Color #ad6feb

%33.33
%21.39
%45.28

CMYK Percentages of Color #ad6feb

%26
%53
%0
%8

Triadic Colors of #ad6feb

#ad6feb #ebad6f #6febad

Analogous Colors of #ad6feb

#ad6feb #eb6feb #6f6feb

Monochromatic Colors of #ad6feb

#ad6feb

Complementary Color

#ad6feb #adeb6f

#ad6feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad6feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad6feb Color CSS Codes

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

#ad6feb Text Font Color

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

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


#ad6feb Background Color

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

This div background color is #ad6feb


#ad6feb Border Color

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

This div border color is #ad6feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad6feb


Comments

No comments written yet.

Please login to write comment.