Color Hex Logo

#a01fec Color Hex

#A01FEC
(160,31,236)
0 Favorites   0 Comments

Color spaces of #a01fec

RGB 16031236
HSL0.770.840.52
HSV278°87°93°
CMYK 0.320.870.00   0.07
XYZ30.127514.509780.5696
Yxy14.50970.24060.1159
Hunter Lab38.091674.5193-98.7434
CIE-Lab44.955278.1761-75.8028

#a01fec color RGB value is (160,31,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00011111 11101100
Octal 240 37 354
Decimal 160 31 236
Hex A0 1F EC

RGB Percentages of Color #a01fec

%37.47
%7.26
%55.27

CMYK Percentages of Color #a01fec

%32
%87
%0
%7

Triadic Colors of #a01fec

#a01fec #eca01f #1feca0

Analogous Colors of #a01fec

#a01fec #ec1fd2 #3a1fec

Monochromatic Colors of #a01fec

#a01fec

Complementary Color

#a01fec #6bec1f

#a01fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a01fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a01fec Color CSS Codes

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

#a01fec Text Font Color

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

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


#a01fec Background Color

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

This div background color is #a01fec


#a01fec Border Color

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

This div border color is #a01fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a01fec


Comments

No comments written yet.

Please login to write comment.