Color Hex Logo

#ad5eeb Color Hex

#AD5EEB
(173,94,235)
0 Favorites   0 Comments

Color spaces of #ad5eeb

RGB 17394235
HSL0.760.780.65
HSV274°60°92°
CMYK 0.260.600.00   0.08
XYZ36.231722.887881.1054
Yxy22.88780.25840.1632
Hunter Lab47.841251.4618-67.0258
CIE-Lab54.956656.6906-58.9592

#ad5eeb color RGB value is (173,94,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01011110 11101011
Octal 255 136 353
Decimal 173 94 235
Hex AD 5E EB

RGB Percentages of Color #ad5eeb

%34.46
%18.73
%46.81

CMYK Percentages of Color #ad5eeb

%26
%60
%0
%8

Triadic Colors of #ad5eeb

#ad5eeb #ebad5e #5eebad

Analogous Colors of #ad5eeb

#ad5eeb #eb5ee3 #675eeb

Monochromatic Colors of #ad5eeb

#ad5eeb

Complementary Color

#ad5eeb #9ceb5e

#ad5eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad5eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad5eeb Color CSS Codes

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

#ad5eeb Text Font Color

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

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


#ad5eeb Background Color

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

This div background color is #ad5eeb


#ad5eeb Border Color

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

This div border color is #ad5eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad5eeb


Comments

No comments written yet.

Please login to write comment.