Color Hex Logo

#ad5ebe Color Hex

#AD5EBE
(173,94,190)
0 Favorites   0 Comments

Color spaces of #ad5ebe

RGB 17394190
HSL0.800.420.56
HSV289°51°75°
CMYK 0.090.510.00   0.25
XYZ30.530520.607351.0837
Yxy20.60730.29870.2016
Hunter Lab45.395340.6081-34.9429
CIE-Lab52.517047.0955-37.2743

#ad5ebe color RGB value is (173,94,190).

#ad5ebe hex color red value is 173, green value is 94 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ad5ebe hue: 0.80 , saturation: 0.42 and the lightness value of ad5ebe is 0.56.

The process color (four color CMYK) of #ad5ebe color hex is 0.09, 0.51, 0.00, 0.25. Web safe color of #ad5ebe is #9966cc. Color #ad5ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01011110 10111110
Octal 255 136 276
Decimal 173 94 190
Hex AD 5E BE

RGB Percentages of Color #ad5ebe

%37.86
%20.57
%41.58

CMYK Percentages of Color #ad5ebe

%9
%51
%0
%25

Triadic Colors of #ad5ebe

#ad5ebe #bead5e #5ebead

Analogous Colors of #ad5ebe

#ad5ebe #be5e9f #7d5ebe

Monochromatic Colors of #ad5ebe

#ad5ebe

Complementary Color

#ad5ebe #6fbe5e

#ad5ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad5ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad5ebe Color CSS Codes

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

#ad5ebe Text Font Color

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

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


#ad5ebe Background Color

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

This div background color is #ad5ebe


#ad5ebe Border Color

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

This div border color is #ad5ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad5ebe


Comments

No comments written yet.

Please login to write comment.