Color Hex Logo

#a761ce Color Hex

#A761CE
(167,97,206)
0 Favorites   0 Comments

Color spaces of #a761ce

RGB 16797206
HSL0.770.530.59
HSV279°53°81°
CMYK 0.190.530.00   0.19
XYZ31.351621.221160.8362
Yxy21.22110.27640.1871
Hunter Lab46.066440.8664-46.0532
CIE-Lab53.190647.2346-45.4325

#a761ce color RGB value is (167,97,206).

#a761ce hex color red value is 167, green value is 97 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a761ce hue: 0.77 , saturation: 0.53 and the lightness value of a761ce is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01100001 11001110
Octal 247 141 316
Decimal 167 97 206
Hex A7 61 CE

RGB Percentages of Color #a761ce

%35.53
%20.64
%43.83

CMYK Percentages of Color #a761ce

%19
%53
%0
%19

Triadic Colors of #a761ce

#a761ce #cea761 #61cea7

Analogous Colors of #a761ce

#a761ce #ce61bf #7161ce

Monochromatic Colors of #a761ce

#a761ce

Complementary Color

#a761ce #88ce61

#a761ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a761ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a761ce Color CSS Codes

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

#a761ce Text Font Color

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

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


#a761ce Background Color

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

This div background color is #a761ce


#a761ce Border Color

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

This div border color is #a761ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a761ce


Comments

No comments written yet.

Please login to write comment.