Color Hex Logo

#ada7ff Color Hex

#ADA7FF
(173,167,255)
0 Favorites   0 Comments

Color spaces of #ada7ff

RGB 173167255
HSL0.681.000.83
HSV244°35°100°
CMYK 0.320.350.00   0.00
XYZ49.102343.7417100.4628
Yxy43.74170.25400.2263
Hunter Lab66.137516.7827-43.7652
CIE-Lab72.055521.6475-42.8857

#ada7ff color RGB value is (173,167,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100111 11111111
Octal 255 247 377
Decimal 173 167 255
Hex AD A7 FF

RGB Percentages of Color #ada7ff

%29.08
%28.07
%42.86

CMYK Percentages of Color #ada7ff

%32
%35
%0
%0

Triadic Colors of #ada7ff

#ada7ff #ffada7 #a7ffad

Analogous Colors of #ada7ff

#ada7ff #d9a7ff #a7cdff

Monochromatic Colors of #ada7ff

#ada7ff

Complementary Color

#ada7ff #f9ffa7

#ada7ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada7ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada7ff Color CSS Codes

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

#ada7ff Text Font Color

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

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


#ada7ff Background Color

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

This div background color is #ada7ff


#ada7ff Border Color

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

This div border color is #ada7ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada7ff

#ada7ff Color Palettes


Comments

No comments written yet.

Please login to write comment.