Color Hex Logo

#a589ce Color Hex

#A589CE
(165,137,206)
0 Favorites   0 Comments

Color spaces of #a589ce

RGB 165137206
HSL0.730.410.67
HSV264°33°81°
CMYK 0.200.330.00   0.19
XYZ35.603330.346962.3736
Yxy30.34690.27740.2365
Hunter Lab55.088018.9602-28.5697
CIE-Lab61.952424.4281-31.7021

#a589ce color RGB value is (165,137,206).

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

The process color (four color CMYK) of #a589ce color hex is 0.20, 0.33, 0.00, 0.19. Web safe color of #a589ce is #9999cc. Color #a589ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10001001 11001110
Octal 245 211 316
Decimal 165 137 206
Hex A5 89 CE

RGB Percentages of Color #a589ce

%32.48
%26.97
%40.55

CMYK Percentages of Color #a589ce

%20
%33
%0
%19

Triadic Colors of #a589ce

#a589ce #cea589 #89cea5

Analogous Colors of #a589ce

#a589ce #c889ce #8990ce

Monochromatic Colors of #a589ce

#a589ce

Complementary Color

#a589ce #b2ce89

#a589ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a589ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a589ce Color CSS Codes

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

#a589ce Text Font Color

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

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


#a589ce Background Color

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

This div background color is #a589ce


#a589ce Border Color

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

This div border color is #a589ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a589ce


Comments

No comments written yet.

Please login to write comment.