Color Hex Logo

#ada2fe Color Hex

#ADA2FE
(173,162,254)
0 Favorites   0 Comments

Color spaces of #ada2fe

RGB 173162254
HSL0.690.980.82
HSV247°36°100°
CMYK 0.320.360.00   0.00
XYZ48.043341.880799.3175
Yxy41.88070.25390.2213
Hunter Lab64.715319.2629-45.6907
CIE-Lab70.788624.2032-44.3274

#ada2fe color RGB value is (173,162,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100010 11111110
Octal 255 242 376
Decimal 173 162 254
Hex AD A2 FE

RGB Percentages of Color #ada2fe

%29.37
%27.50
%43.12

CMYK Percentages of Color #ada2fe

%32
%36
%0
%0

Triadic Colors of #ada2fe

#ada2fe #feada2 #a2fead

Analogous Colors of #ada2fe

#ada2fe #dba2fe #a2c5fe

Monochromatic Colors of #ada2fe

#ada2fe

Complementary Color

#ada2fe #f3fea2

#ada2fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada2fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada2fe Color CSS Codes

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

#ada2fe Text Font Color

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

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


#ada2fe Background Color

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

This div background color is #ada2fe


#ada2fe Border Color

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

This div border color is #ada2fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada2fe


Comments

No comments written yet.

Please login to write comment.