Color Hex Logo

#a89dfd Color Hex

#A89DFD
(168,157,253)
0 Favorites   0 Comments

Color spaces of #a89dfd

RGB 168157253
HSL0.690.960.80
HSV247°38°99°
CMYK 0.340.380.00   0.01
XYZ45.935039.530698.1376
Yxy39.53060.25020.2153
Hunter Lab62.873420.3829-48.5331
CIE-Lab69.133925.4220-46.4091

#a89dfd color RGB value is (168,157,253).

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

The process color (four color CMYK) of #a89dfd color hex is 0.34, 0.38, 0.00, 0.01. Web safe color of #a89dfd is #9999ff. Color #a89dfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10011101 11111101
Octal 250 235 375
Decimal 168 157 253
Hex A8 9D FD

RGB Percentages of Color #a89dfd

%29.07
%27.16
%43.77

CMYK Percentages of Color #a89dfd

%34
%38
%0
%1

Triadic Colors of #a89dfd

#a89dfd #fda89d #9dfda8

Analogous Colors of #a89dfd

#a89dfd #d89dfd #9dc2fd

Monochromatic Colors of #a89dfd

#a89dfd

Complementary Color

#a89dfd #f2fd9d

#a89dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a89dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a89dfd Color CSS Codes

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

#a89dfd Text Font Color

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

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


#a89dfd Background Color

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

This div background color is #a89dfd


#a89dfd Border Color

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

This div border color is #a89dfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a89dfd


Comments

No comments written yet.

Please login to write comment.