Color Hex Logo

#ada0ff Color Hex

#ADA0FF
(173,160,255)
0 Favorites   0 Comments

Color spaces of #ada0ff

RGB 173160255
HSL0.691.000.81
HSV248°37°100°
CMYK 0.320.370.00   0.00
XYZ47.854441.2458100.0468
Yxy41.24580.25300.2181
Hunter Lab64.222920.6156-47.4063
CIE-Lab70.347825.5805-45.5610

#ada0ff color RGB value is (173,160,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100000 11111111
Octal 255 240 377
Decimal 173 160 255
Hex AD A0 FF

RGB Percentages of Color #ada0ff

%29.42
%27.21
%43.37

CMYK Percentages of Color #ada0ff

%32
%37
%0
%0

Triadic Colors of #ada0ff

#ada0ff #ffada0 #a0ffad

Analogous Colors of #ada0ff

#ada0ff #dda0ff #a0c3ff

Monochromatic Colors of #ada0ff

#ada0ff

Complementary Color

#ada0ff #f2ffa0

#ada0ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada0ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada0ff Color CSS Codes

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

#ada0ff Text Font Color

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

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


#ada0ff Background Color

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

This div background color is #ada0ff


#ada0ff Border Color

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

This div border color is #ada0ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,160,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 #ada0ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada0ff

#ada0ff Color Palettes


Comments

No comments written yet.

Please login to write comment.