Color Hex Logo

#a484cb Color Hex

#A484CB
(164,132,203)
0 Favorites   0 Comments

Color spaces of #a484cb

RGB 164132203
HSL0.740.410.66
HSV267°35°80°
CMYK 0.190.350.00   0.20
XYZ34.340628.706860.2309
Yxy28.70680.27860.2329
Hunter Lab53.578720.6445-29.1462
CIE-Lab60.522026.2812-32.2441

#a484cb color RGB value is (164,132,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10000100 11001011
Octal 244 204 313
Decimal 164 132 203
Hex A4 84 CB

RGB Percentages of Color #a484cb

%32.87
%26.45
%40.68

CMYK Percentages of Color #a484cb

%19
%35
%0
%20

Triadic Colors of #a484cb

#a484cb #cba484 #84cba4

Analogous Colors of #a484cb

#a484cb #c884cb #8488cb

Monochromatic Colors of #a484cb

#a484cb

Complementary Color

#a484cb #abcb84

#a484cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a484cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a484cb Color CSS Codes

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

#a484cb Text Font Color

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

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


#a484cb Background Color

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

This div background color is #a484cb


#a484cb Border Color

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

This div border color is #a484cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,132,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a484cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a484cb


Comments

No comments written yet.

Please login to write comment.