Color Hex Logo

#a77cea Color Hex

#A77CEA
(167,124,234)
0 Favorites   0 Comments

Color spaces of #a77cea

RGB 167124234
HSL0.730.720.70
HSV263°47°92°
CMYK 0.290.470.00   0.08
XYZ37.995328.571381.3541
Yxy28.57130.25690.1932
Hunter Lab53.452133.3417-52.8228
CIE-Lab60.401439.0108-49.7567

#a77cea color RGB value is (167,124,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01111100 11101010
Octal 247 174 352
Decimal 167 124 234
Hex A7 7C EA

RGB Percentages of Color #a77cea

%31.81
%23.62
%44.57

CMYK Percentages of Color #a77cea

%29
%47
%0
%8

Triadic Colors of #a77cea

#a77cea #eaa77c #7ceaa7

Analogous Colors of #a77cea

#a77cea #de7cea #7c88ea

Monochromatic Colors of #a77cea

#a77cea

Complementary Color

#a77cea #bfea7c

#a77cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a77cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a77cea Color CSS Codes

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

#a77cea Text Font Color

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

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


#a77cea Background Color

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

This div background color is #a77cea


#a77cea Border Color

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

This div border color is #a77cea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,124,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 #a77cea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a77cea

#a77cea Color Palettes


Comments

No comments written yet.

Please login to write comment.