Color Hex Logo

#a484ce Color Hex

#A484CE
(164,132,206)
0 Favorites   0 Comments

Color spaces of #a484ce

RGB 164132206
HSL0.740.430.66
HSV266°36°81°
CMYK 0.200.360.00   0.19
XYZ34.701728.851362.1324
Yxy28.85130.27610.2296
Hunter Lab53.713421.3220-30.9837
CIE-Lab60.650226.9726-33.7329

#a484ce color RGB value is (164,132,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10000100 11001110
Octal 244 204 316
Decimal 164 132 206
Hex A4 84 CE

RGB Percentages of Color #a484ce

%32.67
%26.29
%41.04

CMYK Percentages of Color #a484ce

%20
%36
%0
%19

Triadic Colors of #a484ce

#a484ce #cea484 #84cea4

Analogous Colors of #a484ce

#a484ce #c984ce #8489ce

Monochromatic Colors of #a484ce

#a484ce

Complementary Color

#a484ce #aece84

#a484ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a484ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a484ce Color CSS Codes

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

#a484ce Text Font Color

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

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


#a484ce Background Color

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

This div background color is #a484ce


#a484ce Border Color

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

This div border color is #a484ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a484ce


Comments

No comments written yet.

Please login to write comment.