Color Hex Logo

#a77efd Color Hex

#A77EFD
(167,126,253)
0 Favorites   0 Comments

Color spaces of #a77efd

RGB 167126253
HSL0.720.970.74
HSV259°50°99°
CMYK 0.340.500.00   0.01
XYZ41.126830.229096.5957
Yxy30.22900.24490.1800
Hunter Lab54.980937.3049-65.6797
CIE-Lab61.851342.6143-57.9482

#a77efd color RGB value is (167,126,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01111110 11111101
Octal 247 176 375
Decimal 167 126 253
Hex A7 7E FD

RGB Percentages of Color #a77efd

%30.59
%23.08
%46.34

CMYK Percentages of Color #a77efd

%34
%50
%0
%1

Triadic Colors of #a77efd

#a77efd #fda77e #7efda7

Analogous Colors of #a77efd

#a77efd #e77efd #7e95fd

Monochromatic Colors of #a77efd

#a77efd

Complementary Color

#a77efd #d4fd7e

#a77efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a77efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a77efd Color CSS Codes

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

#a77efd Text Font Color

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

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


#a77efd Background Color

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

This div background color is #a77efd


#a77efd Border Color

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

This div border color is #a77efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a77efd


Comments

No comments written yet.

Please login to write comment.