Color Hex Logo

#a581eb Color Hex

#A581EB
(165,129,235)
0 Favorites   0 Comments

Color spaces of #a581eb

RGB 165129235
HSL0.720.730.71
HSV260°45°92°
CMYK 0.300.450.00   0.08
XYZ38.362729.698082.3076
Yxy29.69800.25510.1975
Hunter Lab54.495930.2884-51.4013
CIE-Lab61.392835.9211-48.7537

#a581eb color RGB value is (165,129,235).

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

The process color (four color CMYK) of #a581eb color hex is 0.30, 0.45, 0.00, 0.08. Web safe color of #a581eb is #9999ff. Color #a581eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10000001 11101011
Octal 245 201 353
Decimal 165 129 235
Hex A5 81 EB

RGB Percentages of Color #a581eb

%31.19
%24.39
%44.42

CMYK Percentages of Color #a581eb

%30
%45
%0
%8

Triadic Colors of #a581eb

#a581eb #eba581 #81eba5

Analogous Colors of #a581eb

#a581eb #da81eb #8192eb

Monochromatic Colors of #a581eb

#a581eb

Complementary Color

#a581eb #c7eb81

#a581eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a581eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a581eb Color CSS Codes

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

#a581eb Text Font Color

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

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


#a581eb Background Color

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

This div background color is #a581eb


#a581eb Border Color

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

This div border color is #a581eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a581eb


Comments

No comments written yet.

Please login to write comment.