Color Hex Logo

#a073ee Color Hex

#A073EE
(160,115,238)
0 Favorites   0 Comments

Color spaces of #a073ee

RGB 160115238
HSL0.730.780.69
HSV262°52°93°
CMYK 0.330.520.00   0.07
XYZ36.060625.908183.9891
Yxy25.90810.24710.1775
Hunter Lab50.900037.3851-62.2033
CIE-Lab57.949743.2176-55.9223

#a073ee color RGB value is (160,115,238).

#a073ee hex color red value is 160, green value is 115 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #a073ee hue: 0.73 , saturation: 0.78 and the lightness value of a073ee is 0.69.

The process color (four color CMYK) of #a073ee color hex is 0.33, 0.52, 0.00, 0.07. Web safe color of #a073ee is #9966ff. Color #a073ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01110011 11101110
Octal 240 163 356
Decimal 160 115 238
Hex A0 73 EE

RGB Percentages of Color #a073ee

%31.19
%22.42
%46.39

CMYK Percentages of Color #a073ee

%33
%52
%0
%7

Triadic Colors of #a073ee

#a073ee #eea073 #73eea0

Analogous Colors of #a073ee

#a073ee #de73ee #7384ee

Monochromatic Colors of #a073ee

#a073ee

Complementary Color

#a073ee #c1ee73

#a073ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a073ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a073ee Color CSS Codes

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

#a073ee Text Font Color

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

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


#a073ee Background Color

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

This div background color is #a073ee


#a073ee Border Color

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

This div border color is #a073ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a073ee


Comments

No comments written yet.

Please login to write comment.