Color Hex Logo

#ada0fd Color Hex

#ADA0FD
(173,160,253)
0 Favorites   0 Comments

Color spaces of #ada0fd

RGB 173160253
HSL0.690.960.81
HSV248°37°99°
CMYK 0.320.370.00   0.01
XYZ47.534041.117798.3597
Yxy41.11770.25420.2199
Hunter Lab64.123120.1054-46.0600
CIE-Lab70.258325.0764-44.6161

#ada0fd color RGB value is (173,160,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100000 11111101
Octal 255 240 375
Decimal 173 160 253
Hex AD A0 FD

RGB Percentages of Color #ada0fd

%29.52
%27.30
%43.17

CMYK Percentages of Color #ada0fd

%32
%37
%0
%1

Triadic Colors of #ada0fd

#ada0fd #fdada0 #a0fdad

Analogous Colors of #ada0fd

#ada0fd #dca0fd #a0c2fd

Monochromatic Colors of #ada0fd

#ada0fd

Complementary Color

#ada0fd #f0fda0

#ada0fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada0fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada0fd Color CSS Codes

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

#ada0fd Text Font Color

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

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


#ada0fd Background Color

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

This div background color is #ada0fd


#ada0fd Border Color

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

This div border color is #ada0fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada0fd

Related Colors


Comments

No comments written yet.

Please login to write comment.