Color Hex Logo

#a77eed Color Hex

#A77EED
(167,126,237)
0 Favorites   0 Comments

Color spaces of #a77eed

RGB 167126237
HSL0.730.760.71
HSV262°47°93°
CMYK 0.300.470.00   0.07
XYZ38.683329.251683.7281
Yxy29.25160.25510.1929
Hunter Lab54.084733.0211-53.9270
CIE-Lab61.003038.6275-50.4677

#a77eed color RGB value is (167,126,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01111110 11101101
Octal 247 176 355
Decimal 167 126 237
Hex A7 7E ED

RGB Percentages of Color #a77eed

%31.51
%23.77
%44.72

CMYK Percentages of Color #a77eed

%30
%47
%0
%7

Triadic Colors of #a77eed

#a77eed #eda77e #7eeda7

Analogous Colors of #a77eed

#a77eed #df7eed #7e8ded

Monochromatic Colors of #a77eed

#a77eed

Complementary Color

#a77eed #c4ed7e

#a77eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a77eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a77eed Color CSS Codes

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

#a77eed Text Font Color

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

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


#a77eed Background Color

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

This div background color is #a77eed


#a77eed Border Color

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

This div border color is #a77eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a77eed


Comments

No comments written yet.

Please login to write comment.