Color Hex Logo

#a771ce Color Hex

#A771CE
(167,113,206)
0 Favorites   0 Comments

Color spaces of #a771ce

RGB 167113206
HSL0.760.490.63
HSV275°45°81°
CMYK 0.190.450.00   0.19
XYZ32.982124.482061.3797
Yxy24.48200.27750.2060
Hunter Lab49.479332.3965-38.9145
CIE-Lab56.567238.5685-40.1000

#a771ce color RGB value is (167,113,206).

#a771ce hex color red value is 167, green value is 113 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a771ce hue: 0.76 , saturation: 0.49 and the lightness value of a771ce is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01110001 11001110
Octal 247 161 316
Decimal 167 113 206
Hex A7 71 CE

RGB Percentages of Color #a771ce

%34.36
%23.25
%42.39

CMYK Percentages of Color #a771ce

%19
%45
%0
%19

Triadic Colors of #a771ce

#a771ce #cea771 #71cea7

Analogous Colors of #a771ce

#a771ce #ce71c7 #7971ce

Monochromatic Colors of #a771ce

#a771ce

Complementary Color

#a771ce #98ce71

#a771ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a771ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a771ce Color CSS Codes

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

#a771ce Text Font Color

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

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


#a771ce Background Color

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

This div background color is #a771ce


#a771ce Border Color

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

This div border color is #a771ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a771ce


Comments

No comments written yet.

Please login to write comment.