Color Hex Logo

#a81bcc Color Hex

#A81BCC
(168,27,204)
0 Favorites   0 Comments

Color spaces of #a81bcc

RGB 16827204
HSL0.800.770.45
HSV288°87°80°
CMYK 0.180.870.00   0.20
XYZ27.439513.468358.2802
Yxy13.46830.27660.1358
Hunter Lab36.699269.2386-68.4662
CIE-Lab43.460574.1623-59.8685

#a81bcc color RGB value is (168,27,204).

#a81bcc hex color red value is 168, green value is 27 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a81bcc hue: 0.80 , saturation: 0.77 and the lightness value of a81bcc is 0.45.

The process color (four color CMYK) of #a81bcc color hex is 0.18, 0.87, 0.00, 0.20. Web safe color of #a81bcc is #9933cc. Color #a81bcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00011011 11001100
Octal 250 33 314
Decimal 168 27 204
Hex A8 1B CC

RGB Percentages of Color #a81bcc

%42.11
%6.77
%51.13

CMYK Percentages of Color #a81bcc

%18
%87
%0
%20

Triadic Colors of #a81bcc

#a81bcc #cca81b #1bcca8

Analogous Colors of #a81bcc

#a81bcc #cc1b98 #501bcc

Monochromatic Colors of #a81bcc

#a81bcc

Complementary Color

#a81bcc #3fcc1b

#a81bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a81bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a81bcc Color CSS Codes

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

#a81bcc Text Font Color

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

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


#a81bcc Background Color

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

This div background color is #a81bcc


#a81bcc Border Color

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

This div border color is #a81bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a81bcc


Comments

No comments written yet.

Please login to write comment.