Color Hex Logo

#a082eb Color Hex

#A082EB
(160,130,235)
0 Favorites   0 Comments

Color spaces of #a082eb

RGB 160130235
HSL0.710.720.72
HSV257°45°92°
CMYK 0.320.450.00   0.08
XYZ37.475229.437082.3040
Yxy29.43700.25110.1973
Hunter Lab54.255928.3444-51.9615
CIE-Lab61.165434.0295-49.1431

#a082eb color RGB value is (160,130,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10000010 11101011
Octal 240 202 353
Decimal 160 130 235
Hex A0 82 EB

RGB Percentages of Color #a082eb

%30.48
%24.76
%44.76

CMYK Percentages of Color #a082eb

%32
%45
%0
%8

Triadic Colors of #a082eb

#a082eb #eba082 #82eba0

Analogous Colors of #a082eb

#a082eb #d582eb #8299eb

Monochromatic Colors of #a082eb

#a082eb

Complementary Color

#a082eb #cdeb82

#a082eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a082eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a082eb Color CSS Codes

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

#a082eb Text Font Color

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

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


#a082eb Background Color

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

This div background color is #a082eb


#a082eb Border Color

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

This div border color is #a082eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a082eb


Comments

No comments written yet.

Please login to write comment.