Color Hex Logo

#a77eef Color Hex

#A77EEF
(167,126,239)
0 Favorites   0 Comments

Color spaces of #a77eef

RGB 167126239
HSL0.730.780.72
HSV262°47°94°
CMYK 0.300.470.00   0.06
XYZ38.977229.369285.2759
Yxy29.36920.25370.1912
Hunter Lab54.193433.5432-55.3604
CIE-Lab61.106139.1193-51.4123

#a77eef color RGB value is (167,126,239).

#a77eef hex color red value is 167, green value is 126 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #a77eef hue: 0.73 , saturation: 0.78 and the lightness value of a77eef is 0.72.

The process color (four color CMYK) of #a77eef color hex is 0.30, 0.47, 0.00, 0.06. Web safe color of #a77eef is #9966ff. Color #a77eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01111110 11101111
Octal 247 176 357
Decimal 167 126 239
Hex A7 7E EF

RGB Percentages of Color #a77eef

%31.39
%23.68
%44.92

CMYK Percentages of Color #a77eef

%30
%47
%0
%6

Triadic Colors of #a77eef

#a77eef #efa77e #7eefa7

Analogous Colors of #a77eef

#a77eef #e07eef #7e8eef

Monochromatic Colors of #a77eef

#a77eef

Complementary Color

#a77eef #c6ef7e

#a77eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a77eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a77eef Color CSS Codes

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

#a77eef Text Font Color

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

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


#a77eef Background Color

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

This div background color is #a77eef


#a77eef Border Color

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

This div border color is #a77eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a77eef


Comments

No comments written yet.

Please login to write comment.