Color Hex Logo

#a481ce Color Hex

#A481CE
(164,129,206)
0 Favorites   0 Comments

Color spaces of #a481ce

RGB 164129206
HSL0.740.440.66
HSV267°37°81°
CMYK 0.200.370.00   0.19
XYZ34.300728.049361.9987
Yxy28.04930.27580.2256
Hunter Lab52.961622.9232-32.3338
CIE-Lab59.933328.6809-34.8499

#a481ce color RGB value is (164,129,206).

#a481ce hex color red value is 164, green value is 129 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a481ce hue: 0.74 , saturation: 0.44 and the lightness value of a481ce is 0.66.

The process color (four color CMYK) of #a481ce color hex is 0.20, 0.37, 0.00, 0.19. Web safe color of #a481ce is #9999cc. Color #a481ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10000001 11001110
Octal 244 201 316
Decimal 164 129 206
Hex A4 81 CE

RGB Percentages of Color #a481ce

%32.87
%25.85
%41.28

CMYK Percentages of Color #a481ce

%20
%37
%0
%19

Triadic Colors of #a481ce

#a481ce #cea481 #81cea4

Analogous Colors of #a481ce

#a481ce #cb81ce #8185ce

Monochromatic Colors of #a481ce

#a481ce

Complementary Color

#a481ce #abce81

#a481ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a481ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a481ce Color CSS Codes

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

#a481ce Text Font Color

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

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


#a481ce Background Color

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

This div background color is #a481ce


#a481ce Border Color

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

This div border color is #a481ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a481ce


Comments

No comments written yet.

Please login to write comment.