Color Hex Logo

#a481be Color Hex

#A481BE
(164,129,190)
0 Favorites   0 Comments

Color spaces of #a481be

RGB 164129190
HSL0.760.320.63
HSV274°32°75°
CMYK 0.140.320.00   0.25
XYZ32.454427.310752.2762
Yxy27.31070.28970.2438
Hunter Lab52.259619.3981-22.7270
CIE-Lab59.260825.0741-26.8470

#a481be color RGB value is (164,129,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10000001 10111110
Octal 244 201 276
Decimal 164 129 190
Hex A4 81 BE

RGB Percentages of Color #a481be

%33.95
%26.71
%39.34

CMYK Percentages of Color #a481be

%14
%32
%0
%25

Triadic Colors of #a481be

#a481be #bea481 #81bea4

Analogous Colors of #a481be

#a481be #be81ba #8681be

Monochromatic Colors of #a481be

#a481be

Complementary Color

#a481be #9bbe81

#a481be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a481be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a481be Color CSS Codes

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

#a481be Text Font Color

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

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


#a481be Background Color

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

This div background color is #a481be


#a481be Border Color

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

This div border color is #a481be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a481be


Comments

No comments written yet.

Please login to write comment.