Color Hex Logo

#ad95fb Color Hex

#AD95FB
(173,149,251)
0 Favorites   0 Comments

Color spaces of #ad95fb

RGB 173149251
HSL0.710.930.78
HSV254°41°98°
CMYK 0.310.410.00   0.02
XYZ45.393637.344296.0824
Yxy37.34420.25390.2088
Hunter Lab61.109925.6509-50.4441
CIE-Lab67.534530.7684-47.8086

#ad95fb color RGB value is (173,149,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10010101 11111011
Octal 255 225 373
Decimal 173 149 251
Hex AD 95 FB

RGB Percentages of Color #ad95fb

%30.19
%26.00
%43.80

CMYK Percentages of Color #ad95fb

%31
%41
%0
%2

Triadic Colors of #ad95fb

#ad95fb #fbad95 #95fbad

Analogous Colors of #ad95fb

#ad95fb #e095fb #95b0fb

Monochromatic Colors of #ad95fb

#ad95fb

Complementary Color

#ad95fb #e3fb95

#ad95fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad95fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad95fb Color CSS Codes

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

#ad95fb Text Font Color

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

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


#ad95fb Background Color

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

This div background color is #ad95fb


#ad95fb Border Color

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

This div border color is #ad95fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad95fb

Related Colors


Comments

No comments written yet.

Please login to write comment.