Color Hex Logo

#ad5bee Color Hex

#AD5BEE
(173,91,238)
0 Favorites   0 Comments

Color spaces of #ad5bee

RGB 17391238
HSL0.760.810.65
HSV273°62°93°
CMYK 0.270.620.00   0.07
XYZ36.407322.539583.3206
Yxy22.53950.25590.1584
Hunter Lab47.475853.8020-70.8217
CIE-Lab54.594858.8347-61.2187

#ad5bee color RGB value is (173,91,238).

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

The process color (four color CMYK) of #ad5bee color hex is 0.27, 0.62, 0.00, 0.07. Web safe color of #ad5bee is #9966ff. Color #ad5bee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01011011 11101110
Octal 255 133 356
Decimal 173 91 238
Hex AD 5B EE

RGB Percentages of Color #ad5bee

%34.46
%18.13
%47.41

CMYK Percentages of Color #ad5bee

%27
%62
%0
%7

Triadic Colors of #ad5bee

#ad5bee #eead5b #5beead

Analogous Colors of #ad5bee

#ad5bee #ee5be6 #635bee

Monochromatic Colors of #ad5bee

#ad5bee

Complementary Color

#ad5bee #9cee5b

#ad5bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad5bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad5bee Color CSS Codes

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

#ad5bee Text Font Color

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

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


#ad5bee Background Color

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

This div background color is #ad5bee


#ad5bee Border Color

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

This div border color is #ad5bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad5bee


Comments

No comments written yet.

Please login to write comment.