Color Hex Logo

#a61bcc Color Hex

#A61BCC
(166,27,204)
0 Favorites   0 Comments

Color spaces of #a61bcc

RGB 16627204
HSL0.800.770.45
HSV287°87°80°
CMYK 0.190.870.00   0.20
XYZ27.016913.250558.2604
Yxy13.25050.27420.1345
Hunter Lab36.401268.7801-69.4131
CIE-Lab43.138373.8461-60.4057

#a61bcc color RGB value is (166,27,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00011011 11001100
Octal 246 33 314
Decimal 166 27 204
Hex A6 1B CC

RGB Percentages of Color #a61bcc

%41.81
%6.80
%51.39

CMYK Percentages of Color #a61bcc

%19
%87
%0
%20

Triadic Colors of #a61bcc

#a61bcc #cca61b #1bcca6

Analogous Colors of #a61bcc

#a61bcc #cc1b9a #4e1bcc

Monochromatic Colors of #a61bcc

#a61bcc

Complementary Color

#a61bcc #41cc1b

#a61bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a61bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a61bcc Color CSS Codes

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

#a61bcc Text Font Color

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

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


#a61bcc Background Color

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

This div background color is #a61bcc


#a61bcc Border Color

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

This div border color is #a61bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a61bcc


Comments

No comments written yet.

Please login to write comment.