Color Hex Logo

#a481bf Color Hex

#A481BF
(164,129,191)
0 Favorites   0 Comments

Color spaces of #a481bf

RGB 164129191
HSL0.760.330.63
HSV274°32°75°
CMYK 0.140.320.00   0.25
XYZ32.564127.354652.8539
Yxy27.35460.28880.2426
Hunter Lab52.301619.6100-23.3049
CIE-Lab59.301125.2937-27.3523

#a481bf color RGB value is (164,129,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10000001 10111111
Octal 244 201 277
Decimal 164 129 191
Hex A4 81 BF

RGB Percentages of Color #a481bf

%33.88
%26.65
%39.46

CMYK Percentages of Color #a481bf

%14
%32
%0
%25

Triadic Colors of #a481bf

#a481bf #bfa481 #81bfa4

Analogous Colors of #a481bf

#a481bf #bf81bb #8581bf

Monochromatic Colors of #a481bf

#a481bf

Complementary Color

#a481bf #9cbf81

#a481bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a481bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a481bf Color CSS Codes

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

#a481bf Text Font Color

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

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


#a481bf Background Color

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

This div background color is #a481bf


#a481bf Border Color

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

This div border color is #a481bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a481bf


Comments

No comments written yet.

Please login to write comment.