Color Hex Logo

#a007ec Color Hex

#A007EC
(160,7,236)
0 Favorites   0 Comments

Color spaces of #a007ec

RGB 1607236
HSL0.780.940.48
HSV280°97°93°
CMYK 0.320.970.00   0.07
XYZ29.713513.681780.4316
Yxy13.68170.24000.1105
Hunter Lab36.988878.6607-103.0331
CIE-Lab43.772981.7033-77.7378

#a007ec color RGB value is (160,7,236).

#a007ec hex color red value is 160, green value is 7 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #a007ec hue: 0.78 , saturation: 0.94 and the lightness value of a007ec is 0.48.

The process color (four color CMYK) of #a007ec color hex is 0.32, 0.97, 0.00, 0.07. Web safe color of #a007ec is #9900ff. Color #a007ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00000111 11101100
Octal 240 7 354
Decimal 160 7 236
Hex A0 7 EC

RGB Percentages of Color #a007ec

%39.70
%1.74
%58.56

CMYK Percentages of Color #a007ec

%32
%97
%0
%7

Triadic Colors of #a007ec

#a007ec #eca007 #07eca0

Analogous Colors of #a007ec

#a007ec #ec07c6 #2d07ec

Monochromatic Colors of #a007ec

#a007ec

Complementary Color

#a007ec #53ec07

#a007ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a007ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a007ec Color CSS Codes

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

#a007ec Text Font Color

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

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


#a007ec Background Color

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

This div background color is #a007ec


#a007ec Border Color

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

This div border color is #a007ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a007ec


Comments

No comments written yet.

Please login to write comment.