Color Hex Logo

#a581de Color Hex

#A581DE
(165,129,222)
0 Favorites   0 Comments

Color spaces of #a581de

RGB 165129222
HSL0.730.580.69
HSV263°42°87°
CMYK 0.260.420.00   0.13
XYZ36.552128.973872.7732
Yxy28.97380.26430.2095
Hunter Lab53.827327.0148-42.4795
CIE-Lab60.758532.7478-42.5218

#a581de color RGB value is (165,129,222).

#a581de hex color red value is 165, green value is 129 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a581de hue: 0.73 , saturation: 0.58 and the lightness value of a581de is 0.69.

The process color (four color CMYK) of #a581de color hex is 0.26, 0.42, 0.00, 0.13. Web safe color of #a581de is #9999cc. Color #a581de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10000001 11011110
Octal 245 201 336
Decimal 165 129 222
Hex A5 81 DE

RGB Percentages of Color #a581de

%31.98
%25.00
%43.02

CMYK Percentages of Color #a581de

%26
%42
%0
%13

Triadic Colors of #a581de

#a581de #dea581 #81dea5

Analogous Colors of #a581de

#a581de #d481de #818cde

Monochromatic Colors of #a581de

#a581de

Complementary Color

#a581de #bade81

#a581de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a581de Color Preview on White Background

Lorem ipsum dolor sit amet.

#a581de Color CSS Codes

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

#a581de Text Font Color

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

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


#a581de Background Color

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

This div background color is #a581de


#a581de Border Color

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

This div border color is #a581de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a581de


Comments

No comments written yet.

Please login to write comment.