Color Hex Logo

#a77ce1 Color Hex

#A77CE1
(167,124,225)
0 Favorites   0 Comments

Color spaces of #a77ce1

RGB 167124225
HSL0.740.630.68
HSV266°45°88°
CMYK 0.260.450.00   0.12
XYZ36.734628.067074.7155
Yxy28.06700.26330.2012
Hunter Lab52.978331.0580-46.5321
CIE-Lab59.949236.8402-45.4591

#a77ce1 color RGB value is (167,124,225).

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

The process color (four color CMYK) of #a77ce1 color hex is 0.26, 0.45, 0.00, 0.12. Web safe color of #a77ce1 is #9966cc. Color #a77ce1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01111100 11100001
Octal 247 174 341
Decimal 167 124 225
Hex A7 7C E1

RGB Percentages of Color #a77ce1

%32.36
%24.03
%43.60

CMYK Percentages of Color #a77ce1

%26
%45
%0
%12

Triadic Colors of #a77ce1

#a77ce1 #e1a77c #7ce1a7

Analogous Colors of #a77ce1

#a77ce1 #da7ce1 #7c84e1

Monochromatic Colors of #a77ce1

#a77ce1

Complementary Color

#a77ce1 #b6e17c

#a77ce1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a77ce1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a77ce1 Color CSS Codes

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

#a77ce1 Text Font Color

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

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


#a77ce1 Background Color

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

This div background color is #a77ce1


#a77ce1 Border Color

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

This div border color is #a77ce1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a77ce1


Comments

No comments written yet.

Please login to write comment.