Color Hex Logo

#a07fee Color Hex

#A07FEE
(160,127,238)
0 Favorites   0 Comments

Color spaces of #a07fee

RGB 160127238
HSL0.720.770.72
HSV258°47°93°
CMYK 0.330.470.00   0.07
XYZ37.519228.825484.4753
Yxy28.82540.24880.1911
Hunter Lab53.689330.7833-55.7050
CIE-Lab60.627236.4926-51.6591

#a07fee color RGB value is (160,127,238).

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

The process color (four color CMYK) of #a07fee color hex is 0.33, 0.47, 0.00, 0.07. Web safe color of #a07fee is #9966ff. Color #a07fee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01111111 11101110
Octal 240 177 356
Decimal 160 127 238
Hex A0 7F EE

RGB Percentages of Color #a07fee

%30.48
%24.19
%45.33

CMYK Percentages of Color #a07fee

%33
%47
%0
%7

Triadic Colors of #a07fee

#a07fee #eea07f #7feea0

Analogous Colors of #a07fee

#a07fee #d87fee #7f96ee

Monochromatic Colors of #a07fee

#a07fee

Complementary Color

#a07fee #cdee7f

#a07fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a07fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a07fee Color CSS Codes

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

#a07fee Text Font Color

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

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


#a07fee Background Color

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

This div background color is #a07fee


#a07fee Border Color

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

This div border color is #a07fee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a07fee


Comments

No comments written yet.

Please login to write comment.