Color Hex Logo

#a461ce Color Hex

#A461CE
(164,97,206)
0 Favorites   0 Comments

Color spaces of #a461ce

RGB 16497206
HSL0.770.530.59
HSV277°53°81°
CMYK 0.200.530.00   0.19
XYZ30.725120.898160.8069
Yxy20.89810.27330.1859
Hunter Lab45.714439.9712-46.8643
CIE-Lab52.837846.4388-46.0144

#a461ce color RGB value is (164,97,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01100001 11001110
Octal 244 141 316
Decimal 164 97 206
Hex A4 61 CE

RGB Percentages of Color #a461ce

%35.12
%20.77
%44.11

CMYK Percentages of Color #a461ce

%20
%53
%0
%19

Triadic Colors of #a461ce

#a461ce #cea461 #61cea4

Analogous Colors of #a461ce

#a461ce #ce61c2 #6e61ce

Monochromatic Colors of #a461ce

#a461ce

Complementary Color

#a461ce #8bce61

#a461ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a461ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a461ce Color CSS Codes

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

#a461ce Text Font Color

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

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


#a461ce Background Color

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

This div background color is #a461ce


#a461ce Border Color

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

This div border color is #a461ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a461ce


Comments

No comments written yet.

Please login to write comment.