Color Hex Logo

#a77bfe Color Hex

#A77BFE
(167,123,254)
0 Favorites   0 Comments

Color spaces of #a77bfe

RGB 167123254
HSL0.720.980.74
HSV260°52°100°
CMYK 0.340.520.00   0.00
XYZ40.908729.537297.3110
Yxy29.53720.24390.1761
Hunter Lab54.348139.2505-68.1158
CIE-Lab61.252844.5242-59.4532

#a77bfe color RGB value is (167,123,254).

#a77bfe hex color red value is 167, green value is 123 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #a77bfe hue: 0.72 , saturation: 0.98 and the lightness value of a77bfe is 0.74.

The process color (four color CMYK) of #a77bfe color hex is 0.34, 0.52, 0.00, 0.00. Web safe color of #a77bfe is #9966ff. Color #a77bfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01111011 11111110
Octal 247 173 376
Decimal 167 123 254
Hex A7 7B FE

RGB Percentages of Color #a77bfe

%30.70
%22.61
%46.69

CMYK Percentages of Color #a77bfe

%34
%52
%0
%0

Triadic Colors of #a77bfe

#a77bfe #fea77b #7bfea7

Analogous Colors of #a77bfe

#a77bfe #e97bfe #7b91fe

Monochromatic Colors of #a77bfe

#a77bfe

Complementary Color

#a77bfe #d2fe7b

#a77bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a77bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a77bfe Color CSS Codes

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

#a77bfe Text Font Color

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

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


#a77bfe Background Color

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

This div background color is #a77bfe


#a77bfe Border Color

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

This div border color is #a77bfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a77bfe

Related Colors


Comments

No comments written yet.

Please login to write comment.