Color Hex Logo

#a07ec8 Color Hex

#A07EC8
(160,126,200)
0 Favorites   0 Comments

Color spaces of #a07ec8

RGB 160126200
HSL0.740.400.64
HSV268°37°78°
CMYK 0.200.370.00   0.22
XYZ32.383426.565458.0644
Yxy26.56540.27670.2270
Hunter Lab51.541621.9530-30.7142
CIE-Lab58.569927.7972-33.6172

#a07ec8 color RGB value is (160,126,200).

#a07ec8 hex color red value is 160, green value is 126 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #a07ec8 hue: 0.74 , saturation: 0.40 and the lightness value of a07ec8 is 0.64.

The process color (four color CMYK) of #a07ec8 color hex is 0.20, 0.37, 0.00, 0.22. Web safe color of #a07ec8 is #9966cc. Color #a07ec8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01111110 11001000
Octal 240 176 310
Decimal 160 126 200
Hex A0 7E C8

RGB Percentages of Color #a07ec8

%32.92
%25.93
%41.15

CMYK Percentages of Color #a07ec8

%20
%37
%0
%22

Triadic Colors of #a07ec8

#a07ec8 #c8a07e #7ec8a0

Analogous Colors of #a07ec8

#a07ec8 #c57ec8 #7e81c8

Monochromatic Colors of #a07ec8

#a07ec8

Complementary Color

#a07ec8 #a6c87e

#a07ec8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a07ec8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a07ec8 Color CSS Codes

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

#a07ec8 Text Font Color

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

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


#a07ec8 Background Color

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

This div background color is #a07ec8


#a07ec8 Border Color

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

This div border color is #a07ec8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a07ec8


Comments

No comments written yet.

Please login to write comment.