Color Hex Logo

#a89bf5 Color Hex

#A89BF5
(168,155,245)
0 Favorites   0 Comments

Color spaces of #a89bf5

RGB 168155245
HSL0.690.820.78
HSV249°37°96°
CMYK 0.310.370.00   0.04
XYZ44.351238.360191.4529
Yxy38.36010.25470.2203
Hunter Lab61.935519.4343-44.1917
CIE-Lab68.285224.5177-43.3824

#a89bf5 color RGB value is (168,155,245).

#a89bf5 hex color red value is 168, green value is 155 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #a89bf5 hue: 0.69 , saturation: 0.82 and the lightness value of a89bf5 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10011011 11110101
Octal 250 233 365
Decimal 168 155 245
Hex A8 9B F5

RGB Percentages of Color #a89bf5

%29.58
%27.29
%43.13

CMYK Percentages of Color #a89bf5

%31
%37
%0
%4

Triadic Colors of #a89bf5

#a89bf5 #f5a89b #9bf5a8

Analogous Colors of #a89bf5

#a89bf5 #d59bf5 #9bbbf5

Monochromatic Colors of #a89bf5

#a89bf5

Complementary Color

#a89bf5 #e8f59b

#a89bf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a89bf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a89bf5 Color CSS Codes

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

#a89bf5 Text Font Color

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

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


#a89bf5 Background Color

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

This div background color is #a89bf5


#a89bf5 Border Color

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

This div border color is #a89bf5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,155,245, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a89bf5


Comments

No comments written yet.

Please login to write comment.