Color Hex Logo

#a81bae Color Hex

#A81BAE
(168,27,174)
0 Favorites   0 Comments

Color spaces of #a81bae

RGB 16827174
HSL0.830.730.39
HSV298°84°68°
CMYK 0.030.840.00   0.32
XYZ24.180412.164741.1180
Yxy12.16470.31220.1570
Hunter Lab34.877962.7153-45.4831
CIE-Lab41.476769.0750-45.4642

#a81bae color RGB value is (168,27,174).

#a81bae hex color red value is 168, green value is 27 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a81bae hue: 0.83 , saturation: 0.73 and the lightness value of a81bae is 0.39.

The process color (four color CMYK) of #a81bae color hex is 0.03, 0.84, 0.00, 0.32. Web safe color of #a81bae is #993399. Color #a81bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00011011 10101110
Octal 250 33 256
Decimal 168 27 174
Hex A8 1B AE

RGB Percentages of Color #a81bae

%45.53
%7.32
%47.15

CMYK Percentages of Color #a81bae

%3
%84
%0
%32

Triadic Colors of #a81bae

#a81bae #aea81b #1baea8

Analogous Colors of #a81bae

#a81bae #ae1b6b #5e1bae

Monochromatic Colors of #a81bae

#a81bae

Complementary Color

#a81bae #21ae1b

#a81bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a81bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a81bae Color CSS Codes

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

#a81bae Text Font Color

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

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


#a81bae Background Color

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

This div background color is #a81bae


#a81bae Border Color

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

This div border color is #a81bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a81bae


Comments

No comments written yet.

Please login to write comment.