Color Hex Logo

#a483bf Color Hex

#A483BF
(164,131,191)
0 Favorites   0 Comments

Color spaces of #a483bf

RGB 164131191
HSL0.760.320.63
HSV273°31°75°
CMYK 0.140.310.00   0.25
XYZ32.830127.886752.9426
Yxy27.88670.28880.2454
Hunter Lab52.807918.5579-22.4758
CIE-Lab59.786224.1527-26.6038

#a483bf color RGB value is (164,131,191).

#a483bf hex color red value is 164, green value is 131 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a483bf hue: 0.76 , saturation: 0.32 and the lightness value of a483bf is 0.63.

The process color (four color CMYK) of #a483bf color hex is 0.14, 0.31, 0.00, 0.25. Web safe color of #a483bf is #9999cc. Color #a483bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10000011 10111111
Octal 244 203 277
Decimal 164 131 191
Hex A4 83 BF

RGB Percentages of Color #a483bf

%33.74
%26.95
%39.30

CMYK Percentages of Color #a483bf

%14
%31
%0
%25

Triadic Colors of #a483bf

#a483bf #bfa483 #83bfa4

Analogous Colors of #a483bf

#a483bf #bf83bc #8683bf

Monochromatic Colors of #a483bf

#a483bf

Complementary Color

#a483bf #9ebf83

#a483bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a483bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a483bf Color CSS Codes

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

#a483bf Text Font Color

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

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


#a483bf Background Color

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

This div background color is #a483bf


#a483bf Border Color

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

This div border color is #a483bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a483bf


Comments

No comments written yet.

Please login to write comment.