Color Hex Logo

#a589ec Color Hex

#A589EC
(165,137,236)
0 Favorites   0 Comments

Color spaces of #a589ec

RGB 165137236
HSL0.710.720.73
HSV257°42°93°
CMYK 0.300.420.00   0.07
XYZ39.603031.946883.4359
Yxy31.94680.25550.2061
Hunter Lab56.521526.1572-47.9577
CIE-Lab63.298931.6451-46.2960

#a589ec color RGB value is (165,137,236).

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

The process color (four color CMYK) of #a589ec color hex is 0.30, 0.42, 0.00, 0.07. Web safe color of #a589ec is #9999ff. Color #a589ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10001001 11101100
Octal 245 211 354
Decimal 165 137 236
Hex A5 89 EC

RGB Percentages of Color #a589ec

%30.67
%25.46
%43.87

CMYK Percentages of Color #a589ec

%30
%42
%0
%7

Triadic Colors of #a589ec

#a589ec #eca589 #89eca5

Analogous Colors of #a589ec

#a589ec #d789ec #899fec

Monochromatic Colors of #a589ec

#a589ec

Complementary Color

#a589ec #d0ec89

#a589ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a589ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a589ec Color CSS Codes

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

#a589ec Text Font Color

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

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


#a589ec Background Color

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

This div background color is #a589ec


#a589ec Border Color

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

This div border color is #a589ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a589ec


Comments

No comments written yet.

Please login to write comment.