Color Hex Logo

#a61bca Color Hex

#A61BCA
(166,27,202)
0 Favorites   0 Comments

Color spaces of #a61bca

RGB 16627202
HSL0.800.760.45
HSV288°87°79°
CMYK 0.180.870.00   0.21
XYZ26.778513.155157.0049
Yxy13.15510.27620.1357
Hunter Lab36.270068.3160-67.7961
CIE-Lab42.996073.4895-59.4762

#a61bca color RGB value is (166,27,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00011011 11001010
Octal 246 33 312
Decimal 166 27 202
Hex A6 1B CA

RGB Percentages of Color #a61bca

%42.03
%6.84
%51.14

CMYK Percentages of Color #a61bca

%18
%87
%0
%21

Triadic Colors of #a61bca

#a61bca #caa61b #1bcaa6

Analogous Colors of #a61bca

#a61bca #ca1b97 #4e1bca

Monochromatic Colors of #a61bca

#a61bca

Complementary Color

#a61bca #3fca1b

#a61bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a61bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a61bca Color CSS Codes

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

#a61bca Text Font Color

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

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


#a61bca Background Color

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

This div background color is #a61bca


#a61bca Border Color

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

This div border color is #a61bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a61bca


Comments

No comments written yet.

Please login to write comment.