Color Hex Logo

#ad5bef Color Hex

#AD5BEF
(173,91,239)
0 Favorites   0 Comments

Color spaces of #ad5bef

RGB 17391239
HSL0.760.820.65
HSV273°62°94°
CMYK 0.280.620.00   0.06
XYZ36.554722.598484.0966
Yxy22.59840.25520.1578
Hunter Lab47.537854.0685-71.6104
CIE-Lab54.656259.0593-61.6789

#ad5bef color RGB value is (173,91,239).

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

The process color (four color CMYK) of #ad5bef color hex is 0.28, 0.62, 0.00, 0.06. Web safe color of #ad5bef is #9966ff. Color #ad5bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01011011 11101111
Octal 255 133 357
Decimal 173 91 239
Hex AD 5B EF

RGB Percentages of Color #ad5bef

%34.39
%18.09
%47.51

CMYK Percentages of Color #ad5bef

%28
%62
%0
%6

Triadic Colors of #ad5bef

#ad5bef #efad5b #5befad

Analogous Colors of #ad5bef

#ad5bef #ef5be7 #635bef

Monochromatic Colors of #ad5bef

#ad5bef

Complementary Color

#ad5bef #9def5b

#ad5bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad5bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad5bef Color CSS Codes

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

#ad5bef Text Font Color

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

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


#ad5bef Background Color

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

This div background color is #ad5bef


#ad5bef Border Color

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

This div border color is #ad5bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad5bef


Comments

No comments written yet.

Please login to write comment.