Color Hex Logo

#a77bea Color Hex

#A77BEA
(167,123,234)
0 Favorites   0 Comments

Color spaces of #a77bea

RGB 167123234
HSL0.730.730.70
HSV264°47°92°
CMYK 0.290.470.00   0.08
XYZ37.870628.321981.3126
Yxy28.32190.25670.1920
Hunter Lab53.218333.8900-53.3367
CIE-Lab60.178439.5685-50.1102

#a77bea color RGB value is (167,123,234).

#a77bea hex color red value is 167, green value is 123 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a77bea hue: 0.73 , saturation: 0.73 and the lightness value of a77bea is 0.70.

The process color (four color CMYK) of #a77bea color hex is 0.29, 0.47, 0.00, 0.08. Web safe color of #a77bea is #9966ff. Color #a77bea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01111011 11101010
Octal 247 173 352
Decimal 167 123 234
Hex A7 7B EA

RGB Percentages of Color #a77bea

%31.87
%23.47
%44.66

CMYK Percentages of Color #a77bea

%29
%47
%0
%8

Triadic Colors of #a77bea

#a77bea #eaa77b #7beaa7

Analogous Colors of #a77bea

#a77bea #df7bea #7b87ea

Monochromatic Colors of #a77bea

#a77bea

Complementary Color

#a77bea #beea7b

#a77bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a77bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a77bea Color CSS Codes

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

#a77bea Text Font Color

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

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


#a77bea Background Color

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

This div background color is #a77bea


#a77bea Border Color

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

This div border color is #a77bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a77bea


Comments

No comments written yet.

Please login to write comment.