Color Hex Logo

#a77eee Color Hex

#A77EEE
(167,126,238)
0 Favorites   0 Comments

Color spaces of #a77eee

RGB 167126238
HSL0.730.770.71
HSV262°47°93°
CMYK 0.300.470.00   0.07
XYZ38.829829.310284.4998
Yxy29.31020.25440.1920
Hunter Lab54.138933.2817-54.6424
CIE-Lab61.054438.8731-50.9404

#a77eee color RGB value is (167,126,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01111110 11101110
Octal 247 176 356
Decimal 167 126 238
Hex A7 7E EE

RGB Percentages of Color #a77eee

%31.45
%23.73
%44.82

CMYK Percentages of Color #a77eee

%30
%47
%0
%7

Triadic Colors of #a77eee

#a77eee #eea77e #7eeea7

Analogous Colors of #a77eee

#a77eee #df7eee #7e8dee

Monochromatic Colors of #a77eee

#a77eee

Complementary Color

#a77eee #c5ee7e

#a77eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a77eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a77eee Color CSS Codes

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

#a77eee Text Font Color

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

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


#a77eee Background Color

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

This div background color is #a77eee


#a77eee Border Color

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

This div border color is #a77eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a77eee


Comments

No comments written yet.

Please login to write comment.