Color Hex Logo

#a982eb Color Hex

#A982EB
(169,130,235)
0 Favorites   0 Comments

Color spaces of #a982eb

RGB 169130235
HSL0.730.720.72
HSV262°45°92°
CMYK 0.280.450.00   0.08
XYZ39.340230.398482.3913
Yxy30.39840.25860.1998
Hunter Lab55.134730.8790-50.0064
CIE-Lab61.996536.4311-47.7746

#a982eb color RGB value is (169,130,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10000010 11101011
Octal 251 202 353
Decimal 169 130 235
Hex A9 82 EB

RGB Percentages of Color #a982eb

%31.65
%24.34
%44.01

CMYK Percentages of Color #a982eb

%28
%45
%0
%8

Triadic Colors of #a982eb

#a982eb #eba982 #82eba9

Analogous Colors of #a982eb

#a982eb #de82eb #8290eb

Monochromatic Colors of #a982eb

#a982eb

Complementary Color

#a982eb #c4eb82

#a982eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a982eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a982eb Color CSS Codes

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

#a982eb Text Font Color

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

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


#a982eb Background Color

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

This div background color is #a982eb


#a982eb Border Color

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

This div border color is #a982eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,130,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 #a982eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a982eb


Comments

No comments written yet.

Please login to write comment.