Color Hex Logo

#a083ea Color Hex

#A083EA
(160,131,234)
0 Favorites   0 Comments

Color spaces of #a083ea

RGB 160131234
HSL0.710.710.72
HSV257°44°92°
CMYK 0.320.440.00   0.08
XYZ37.464829.646781.5897
Yxy29.64670.25190.1994
Hunter Lab54.448827.5359-50.7300
CIE-Lab61.348233.2076-48.2993

#a083ea color RGB value is (160,131,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10000011 11101010
Octal 240 203 352
Decimal 160 131 234
Hex A0 83 EA

RGB Percentages of Color #a083ea

%30.48
%24.95
%44.57

CMYK Percentages of Color #a083ea

%32
%44
%0
%8

Triadic Colors of #a083ea

#a083ea #eaa083 #83eaa0

Analogous Colors of #a083ea

#a083ea #d483ea #839aea

Monochromatic Colors of #a083ea

#a083ea

Complementary Color

#a083ea #cdea83

#a083ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a083ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a083ea Color CSS Codes

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

#a083ea Text Font Color

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

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


#a083ea Background Color

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

This div background color is #a083ea


#a083ea Border Color

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

This div border color is #a083ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,131,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a083ea


Comments

No comments written yet.

Please login to write comment.