Color Hex Logo

#a03eed Color Hex

#A03EED
(160,62,237)
0 Favorites   0 Comments

Color spaces of #a03eed

RGB 16062237
HSL0.760.830.59
HSV274°74°93°
CMYK 0.320.740.00   0.07
XYZ31.505917.033381.7480
Yxy17.03330.24180.1307
Hunter Lab41.271464.0389-88.5482
CIE-Lab48.302068.8723-70.9102

#a03eed color RGB value is (160,62,237).

#a03eed hex color red value is 160, green value is 62 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #a03eed hue: 0.76 , saturation: 0.83 and the lightness value of a03eed is 0.59.

The process color (four color CMYK) of #a03eed color hex is 0.32, 0.74, 0.00, 0.07. Web safe color of #a03eed is #9933ff. Color #a03eed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00111110 11101101
Octal 240 76 355
Decimal 160 62 237
Hex A0 3E ED

RGB Percentages of Color #a03eed

%34.86
%13.51
%51.63

CMYK Percentages of Color #a03eed

%32
%74
%0
%7

Triadic Colors of #a03eed

#a03eed #eda03e #3eeda0

Analogous Colors of #a03eed

#a03eed #ed3ee3 #483eed

Monochromatic Colors of #a03eed

#a03eed

Complementary Color

#a03eed #8bed3e

#a03eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a03eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a03eed Color CSS Codes

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

#a03eed Text Font Color

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

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


#a03eed Background Color

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

This div background color is #a03eed


#a03eed Border Color

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

This div border color is #a03eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a03eed


Comments

No comments written yet.

Please login to write comment.