Color Hex Logo

#a07fec Color Hex

#A07FEC
(160,127,236)
0 Favorites   0 Comments

Color spaces of #a07fec

RGB 160127236
HSL0.720.740.71
HSV258°46°93°
CMYK 0.320.460.00   0.07
XYZ37.226928.708582.9361
Yxy28.70850.25010.1928
Hunter Lab53.580330.2539-54.2678
CIE-Lab60.523535.9847-50.7150

#a07fec color RGB value is (160,127,236).

#a07fec hex color red value is 160, green value is 127 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #a07fec hue: 0.72 , saturation: 0.74 and the lightness value of a07fec is 0.71.

The process color (four color CMYK) of #a07fec color hex is 0.32, 0.46, 0.00, 0.07. Web safe color of #a07fec is #9966ff. Color #a07fec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01111111 11101100
Octal 240 177 354
Decimal 160 127 236
Hex A0 7F EC

RGB Percentages of Color #a07fec

%30.59
%24.28
%45.12

CMYK Percentages of Color #a07fec

%32
%46
%0
%7

Triadic Colors of #a07fec

#a07fec #eca07f #7feca0

Analogous Colors of #a07fec

#a07fec #d77fec #7f95ec

Monochromatic Colors of #a07fec

#a07fec

Complementary Color

#a07fec #cbec7f

#a07fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a07fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a07fec Color CSS Codes

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

#a07fec Text Font Color

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

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


#a07fec Background Color

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

This div background color is #a07fec


#a07fec Border Color

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

This div border color is #a07fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a07fec


Comments

No comments written yet.

Please login to write comment.