Color Hex Logo

#a026ef Color Hex

#A026EF
(160,38,239)
0 Favorites   0 Comments

Color spaces of #a026ef

RGB 16038239
HSL0.770.860.54
HSV276°84°94°
CMYK 0.330.840.00   0.06
XYZ30.770315.091882.9526
Yxy15.09180.23890.1172
Hunter Lab38.848273.3994-99.4084
CIE-Lab45.759777.1161-76.1819

#a026ef color RGB value is (160,38,239).

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

The process color (four color CMYK) of #a026ef color hex is 0.33, 0.84, 0.00, 0.06. Web safe color of #a026ef is #9933ff. Color #a026ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00100110 11101111
Octal 240 46 357
Decimal 160 38 239
Hex A0 26 EF

RGB Percentages of Color #a026ef

%36.61
%8.70
%54.69

CMYK Percentages of Color #a026ef

%33
%84
%0
%6

Triadic Colors of #a026ef

#a026ef #efa026 #26efa0

Analogous Colors of #a026ef

#a026ef #ef26da #3c26ef

Monochromatic Colors of #a026ef

#a026ef

Complementary Color

#a026ef #75ef26

#a026ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a026ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a026ef Color CSS Codes

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

#a026ef Text Font Color

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

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


#a026ef Background Color

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

This div background color is #a026ef


#a026ef Border Color

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

This div border color is #a026ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a026ef


Comments

No comments written yet.

Please login to write comment.