Color Hex Logo

#a77fce Color Hex

#A77FCE
(167,127,206)
0 Favorites   0 Comments

Color spaces of #a77fce

RGB 167127206
HSL0.750.450.65
HSV270°38°81°
CMYK 0.190.380.00   0.19
XYZ34.666327.850561.9411
Yxy27.85050.27850.2238
Hunter Lab52.773624.9007-32.6480
CIE-Lab59.753430.7163-35.1086

#a77fce color RGB value is (167,127,206).

#a77fce hex color red value is 167, green value is 127 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a77fce hue: 0.75 , saturation: 0.45 and the lightness value of a77fce is 0.65.

The process color (four color CMYK) of #a77fce color hex is 0.19, 0.38, 0.00, 0.19. Web safe color of #a77fce is #9966cc. Color #a77fce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01111111 11001110
Octal 247 177 316
Decimal 167 127 206
Hex A7 7F CE

RGB Percentages of Color #a77fce

%33.40
%25.40
%41.20

CMYK Percentages of Color #a77fce

%19
%38
%0
%19

Triadic Colors of #a77fce

#a77fce #cea77f #7fcea7

Analogous Colors of #a77fce

#a77fce #ce7fce #807fce

Monochromatic Colors of #a77fce

#a77fce

Complementary Color

#a77fce #a6ce7f

#a77fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a77fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a77fce Color CSS Codes

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

#a77fce Text Font Color

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

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


#a77fce Background Color

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

This div background color is #a77fce


#a77fce Border Color

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

This div border color is #a77fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a77fce


Comments

No comments written yet.

Please login to write comment.