Color Hex Logo

#ada1ff Color Hex

#ADA1FF
(173,161,255)
0 Favorites   0 Comments

Color spaces of #ada1ff

RGB 173161255
HSL0.691.000.82
HSV248°37°100°
CMYK 0.320.370.00   0.00
XYZ48.028441.5940100.1048
Yxy41.59400.25310.2192
Hunter Lab64.493420.0659-46.8828
CIE-Lab70.590125.0176-45.1808

#ada1ff color RGB value is (173,161,255).

#ada1ff hex color red value is 173, green value is 161 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #ada1ff hue: 0.69 , saturation: 1.00 and the lightness value of ada1ff is 0.82.

The process color (four color CMYK) of #ada1ff color hex is 0.32, 0.37, 0.00, 0.00. Web safe color of #ada1ff is #9999ff. Color #ada1ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100001 11111111
Octal 255 241 377
Decimal 173 161 255
Hex AD A1 FF

RGB Percentages of Color #ada1ff

%29.37
%27.33
%43.29

CMYK Percentages of Color #ada1ff

%32
%37
%0
%0

Triadic Colors of #ada1ff

#ada1ff #ffada1 #a1ffad

Analogous Colors of #ada1ff

#ada1ff #dca1ff #a1c4ff

Monochromatic Colors of #ada1ff

#ada1ff

Complementary Color

#ada1ff #f3ffa1

#ada1ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada1ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada1ff Color CSS Codes

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

#ada1ff Text Font Color

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

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


#ada1ff Background Color

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

This div background color is #ada1ff


#ada1ff Border Color

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

This div border color is #ada1ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada1ff


Comments

No comments written yet.

Please login to write comment.