Color Hex Logo

#ad5fe5 Color Hex

#AD5FE5
(173,95,229)
0 Favorites   0 Comments

Color spaces of #ad5fe5

RGB 17395229
HSL0.760.720.64
HSV275°59°90°
CMYK 0.240.590.00   0.10
XYZ35.468622.725876.6459
Yxy22.72580.26300.1685
Hunter Lab47.671649.3822-61.9558
CIE-Lab54.788854.8506-55.8628

#ad5fe5 color RGB value is (173,95,229).

#ad5fe5 hex color red value is 173, green value is 95 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #ad5fe5 hue: 0.76 , saturation: 0.72 and the lightness value of ad5fe5 is 0.64.

The process color (four color CMYK) of #ad5fe5 color hex is 0.24, 0.59, 0.00, 0.10. Web safe color of #ad5fe5 is #9966cc. Color #ad5fe5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01011111 11100101
Octal 255 137 345
Decimal 173 95 229
Hex AD 5F E5

RGB Percentages of Color #ad5fe5

%34.81
%19.11
%46.08

CMYK Percentages of Color #ad5fe5

%24
%59
%0
%10

Triadic Colors of #ad5fe5

#ad5fe5 #e5ad5f #5fe5ad

Analogous Colors of #ad5fe5

#ad5fe5 #e55fda #6a5fe5

Monochromatic Colors of #ad5fe5

#ad5fe5

Complementary Color

#ad5fe5 #97e55f

#ad5fe5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad5fe5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad5fe5 Color CSS Codes

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

#ad5fe5 Text Font Color

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

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


#ad5fe5 Background Color

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

This div background color is #ad5fe5


#ad5fe5 Border Color

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

This div border color is #ad5fe5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad5fe5


Comments

No comments written yet.

Please login to write comment.