Color Hex Logo

#a81eb9 Color Hex

#A81EB9
(168,30,185)
0 Favorites   0 Comments

Color spaces of #a81eb9

RGB 16830185
HSL0.820.720.42
HSV293°84°73°
CMYK 0.090.840.00   0.27
XYZ25.369712.756247.0240
Yxy12.75620.29790.1498
Hunter Lab35.715864.2896-53.0610
CIE-Lab42.393670.2342-50.4975

#a81eb9 color RGB value is (168,30,185).

#a81eb9 hex color red value is 168, green value is 30 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #a81eb9 hue: 0.82 , saturation: 0.72 and the lightness value of a81eb9 is 0.42.

The process color (four color CMYK) of #a81eb9 color hex is 0.09, 0.84, 0.00, 0.27. Web safe color of #a81eb9 is #9933cc. Color #a81eb9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00011110 10111001
Octal 250 36 271
Decimal 168 30 185
Hex A8 1E B9

RGB Percentages of Color #a81eb9

%43.86
%7.83
%48.30

CMYK Percentages of Color #a81eb9

%9
%84
%0
%27

Triadic Colors of #a81eb9

#a81eb9 #b9a81e #1eb9a8

Analogous Colors of #a81eb9

#a81eb9 #b91e7d #5a1eb9

Monochromatic Colors of #a81eb9

#a81eb9

Complementary Color

#a81eb9 #2fb91e

#a81eb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a81eb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a81eb9 Color CSS Codes

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

#a81eb9 Text Font Color

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

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


#a81eb9 Background Color

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

This div background color is #a81eb9


#a81eb9 Border Color

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

This div border color is #a81eb9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(168,30,185, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a81eb9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a81eb9;
  -webkit-box-shadow: 1px 1px 3px 2px #a81eb9;
  box-shadow:         1px 1px 3px 2px #a81eb9; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,30,185, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a81eb9


Comments

No comments written yet.

Please login to write comment.