Color Hex Logo

#a03ebe Color Hex

#A03EBE
(160,62,190)
0 Favorites   0 Comments

Color spaces of #a03ebe

RGB 16062190
HSL0.790.510.49
HSV286°67°75°
CMYK 0.160.670.00   0.25
XYZ25.514114.636550.1956
Yxy14.63650.28240.1620
Hunter Lab38.257752.0910-51.0105
CIE-Lab45.132359.0392-49.1008

#a03ebe color RGB value is (160,62,190).

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

The process color (four color CMYK) of #a03ebe color hex is 0.16, 0.67, 0.00, 0.25. Web safe color of #a03ebe is #9933cc. Color #a03ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00111110 10111110
Octal 240 76 276
Decimal 160 62 190
Hex A0 3E BE

RGB Percentages of Color #a03ebe

%38.83
%15.05
%46.12

CMYK Percentages of Color #a03ebe

%16
%67
%0
%25

Triadic Colors of #a03ebe

#a03ebe #bea03e #3ebea0

Analogous Colors of #a03ebe

#a03ebe #be3e9c #603ebe

Monochromatic Colors of #a03ebe

#a03ebe

Complementary Color

#a03ebe #5cbe3e

#a03ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a03ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a03ebe Color CSS Codes

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

#a03ebe Text Font Color

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

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


#a03ebe Background Color

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

This div background color is #a03ebe


#a03ebe Border Color

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

This div border color is #a03ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a03ebe


Comments

No comments written yet.

Please login to write comment.