Color Hex Logo

#a026ec Color Hex

#A026EC
(160,38,236)
0 Favorites   0 Comments

Color spaces of #a026ec

RGB 16038236
HSL0.770.840.54
HSV277°84°93°
CMYK 0.320.840.00   0.07
XYZ30.330614.915980.6373
Yxy14.91590.24090.1185
Hunter Lab38.621172.5958-96.7573
CIE-Lab45.518876.5112-74.8817

#a026ec color RGB value is (160,38,236).

#a026ec hex color red value is 160, green value is 38 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #a026ec hue: 0.77 , saturation: 0.84 and the lightness value of a026ec is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00100110 11101100
Octal 240 46 354
Decimal 160 38 236
Hex A0 26 EC

RGB Percentages of Color #a026ec

%36.87
%8.76
%54.38

CMYK Percentages of Color #a026ec

%32
%84
%0
%7

Triadic Colors of #a026ec

#a026ec #eca026 #26eca0

Analogous Colors of #a026ec

#a026ec #ec26d5 #3d26ec

Monochromatic Colors of #a026ec

#a026ec

Complementary Color

#a026ec #72ec26

#a026ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a026ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a026ec Color CSS Codes

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

#a026ec Text Font Color

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

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


#a026ec Background Color

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

This div background color is #a026ec


#a026ec Border Color

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

This div border color is #a026ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,38,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 #a026ec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a026ec


Comments

No comments written yet.

Please login to write comment.