Color Hex Logo

#a03eb5 Color Hex

#A03EB5
(160,62,181)
0 Favorites   0 Comments

Color spaces of #a03eb5

RGB 16062181
HSL0.800.490.48
HSV289°66°71°
CMYK 0.120.660.00   0.29
XYZ24.560314.255045.1731
Yxy14.25500.29240.1697
Hunter Lab37.755850.0423-44.5087
CIE-Lab44.596457.2784-44.6894

#a03eb5 color RGB value is (160,62,181).

#a03eb5 hex color red value is 160, green value is 62 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #a03eb5 hue: 0.80 , saturation: 0.49 and the lightness value of a03eb5 is 0.48.

The process color (four color CMYK) of #a03eb5 color hex is 0.12, 0.66, 0.00, 0.29. Web safe color of #a03eb5 is #9933cc. Color #a03eb5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00111110 10110101
Octal 240 76 265
Decimal 160 62 181
Hex A0 3E B5

RGB Percentages of Color #a03eb5

%39.70
%15.38
%44.91

CMYK Percentages of Color #a03eb5

%12
%66
%0
%29

Triadic Colors of #a03eb5

#a03eb5 #b5a03e #3eb5a0

Analogous Colors of #a03eb5

#a03eb5 #b53e8f #653eb5

Monochromatic Colors of #a03eb5

#a03eb5

Complementary Color

#a03eb5 #53b53e

#a03eb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a03eb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a03eb5 Color CSS Codes

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

#a03eb5 Text Font Color

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

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


#a03eb5 Background Color

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

This div background color is #a03eb5


#a03eb5 Border Color

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

This div border color is #a03eb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a03eb5


Comments

No comments written yet.

Please login to write comment.