Color Hex Logo

#a589ea Color Hex

#A589EA
(165,137,234)
0 Favorites   0 Comments

Color spaces of #a589ea

RGB 165137234
HSL0.710.700.73
HSV257°41°92°
CMYK 0.290.410.00   0.08
XYZ39.314031.831281.9139
Yxy31.83120.25690.2080
Hunter Lab56.419125.6489-46.5886
CIE-Lab63.203131.1472-45.3414

#a589ea color RGB value is (165,137,234).

#a589ea hex color red value is 165, green value is 137 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a589ea hue: 0.71 , saturation: 0.70 and the lightness value of a589ea is 0.73.

The process color (four color CMYK) of #a589ea color hex is 0.29, 0.41, 0.00, 0.08. Web safe color of #a589ea is #9999ff. Color #a589ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10001001 11101010
Octal 245 211 352
Decimal 165 137 234
Hex A5 89 EA

RGB Percentages of Color #a589ea

%30.78
%25.56
%43.66

CMYK Percentages of Color #a589ea

%29
%41
%0
%8

Triadic Colors of #a589ea

#a589ea #eaa589 #89eaa5

Analogous Colors of #a589ea

#a589ea #d689ea #899eea

Monochromatic Colors of #a589ea

#a589ea

Complementary Color

#a589ea #ceea89

#a589ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a589ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a589ea Color CSS Codes

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

#a589ea Text Font Color

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

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


#a589ea Background Color

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

This div background color is #a589ea


#a589ea Border Color

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

This div border color is #a589ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(165,137,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a589ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a589ea;
  -webkit-box-shadow: 1px 1px 3px 2px #a589ea;
  box-shadow:         1px 1px 3px 2px #a589ea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,137,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a589ea


Comments

No comments written yet.

Please login to write comment.