Color Hex Logo

#a89be1 Color Hex

#A89BE1
(168,155,225)
0 Favorites   0 Comments

Color spaces of #a89be1

RGB 168155225
HSL0.700.540.75
HSV251°31°88°
CMYK 0.250.310.00   0.12
XYZ41.460437.203876.2300
Yxy37.20380.26770.2402
Hunter Lab60.994914.5916-31.4028
CIE-Lab67.429719.5895-33.7458

#a89be1 color RGB value is (168,155,225).

#a89be1 hex color red value is 168, green value is 155 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #a89be1 hue: 0.70 , saturation: 0.54 and the lightness value of a89be1 is 0.75.

The process color (four color CMYK) of #a89be1 color hex is 0.25, 0.31, 0.00, 0.12. Web safe color of #a89be1 is #9999cc. Color #a89be1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10011011 11100001
Octal 250 233 341
Decimal 168 155 225
Hex A8 9B E1

RGB Percentages of Color #a89be1

%30.66
%28.28
%41.06

CMYK Percentages of Color #a89be1

%25
%31
%0
%12

Triadic Colors of #a89be1

#a89be1 #e1a89b #9be1a8

Analogous Colors of #a89be1

#a89be1 #cb9be1 #9bb1e1

Monochromatic Colors of #a89be1

#a89be1

Complementary Color

#a89be1 #d4e19b

#a89be1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a89be1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a89be1 Color CSS Codes

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

#a89be1 Text Font Color

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

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


#a89be1 Background Color

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

This div background color is #a89be1


#a89be1 Border Color

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

This div border color is #a89be1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a89be1

#a89be1 Color Palettes


Comments

No comments written yet.

Please login to write comment.