Color Hex Logo

#a77cff Color Hex

#A77CFF
(167,124,255)
0 Favorites   0 Comments

Color spaces of #a77cff

RGB 167124255
HSL0.721.000.74
HSV260°51°100°
CMYK 0.350.510.00   0.00
XYZ41.194029.850898.1984
Yxy29.85080.24340.1764
Hunter Lab54.635938.9714-68.3182
CIE-Lab61.525344.2254-59.5673

#a77cff color RGB value is (167,124,255).

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

The process color (four color CMYK) of #a77cff color hex is 0.35, 0.51, 0.00, 0.00. Web safe color of #a77cff is #9966ff. Color #a77cff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01111100 11111111
Octal 247 174 377
Decimal 167 124 255
Hex A7 7C FF

RGB Percentages of Color #a77cff

%30.59
%22.71
%46.70

CMYK Percentages of Color #a77cff

%35
%51
%0
%0

Triadic Colors of #a77cff

#a77cff #ffa77c #7cffa7

Analogous Colors of #a77cff

#a77cff #e97cff #7c93ff

Monochromatic Colors of #a77cff

#a77cff

Complementary Color

#a77cff #d4ff7c

#a77cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a77cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a77cff Color CSS Codes

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

#a77cff Text Font Color

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

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


#a77cff Background Color

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

This div background color is #a77cff


#a77cff Border Color

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

This div border color is #a77cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a77cff


Comments

No comments written yet.

Please login to write comment.