Color Hex Logo

#ad95fa Color Hex

#AD95FA
(173,149,250)
0 Favorites   0 Comments

Color spaces of #ad95fa

RGB 173149250
HSL0.710.910.78
HSV254°40°98°
CMYK 0.310.400.00   0.02
XYZ45.236337.281395.2543
Yxy37.28130.25450.2097
Hunter Lab61.058425.3929-49.7546
CIE-Lab67.487530.5187-47.3368

#ad95fa color RGB value is (173,149,250).

#ad95fa hex color red value is 173, green value is 149 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ad95fa hue: 0.71 , saturation: 0.91 and the lightness value of ad95fa is 0.78.

The process color (four color CMYK) of #ad95fa color hex is 0.31, 0.40, 0.00, 0.02. Web safe color of #ad95fa is #9999ff. Color #ad95fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10010101 11111010
Octal 255 225 372
Decimal 173 149 250
Hex AD 95 FA

RGB Percentages of Color #ad95fa

%30.24
%26.05
%43.71

CMYK Percentages of Color #ad95fa

%31
%40
%0
%2

Triadic Colors of #ad95fa

#ad95fa #faad95 #95faad

Analogous Colors of #ad95fa

#ad95fa #e095fa #95b0fa

Monochromatic Colors of #ad95fa

#ad95fa

Complementary Color

#ad95fa #e2fa95

#ad95fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad95fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad95fa Color CSS Codes

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

#ad95fa Text Font Color

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

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


#ad95fa Background Color

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

This div background color is #ad95fa


#ad95fa Border Color

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

This div border color is #ad95fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad95fa


Comments

No comments written yet.

Please login to write comment.