Color Hex Logo

#a621bb Color Hex

#A621BB
(166,33,187)
0 Favorites   0 Comments

Color spaces of #a621bb

RGB 16633187
HSL0.810.700.43
HSV292°82°73°
CMYK 0.110.820.00   0.27
XYZ25.239412.782648.1507
Yxy12.78260.29290.1483
Hunter Lab35.752863.4434-54.8230
CIE-Lab42.433869.5086-51.6260

#a621bb color RGB value is (166,33,187).

#a621bb hex color red value is 166, green value is 33 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a621bb hue: 0.81 , saturation: 0.70 and the lightness value of a621bb is 0.43.

The process color (four color CMYK) of #a621bb color hex is 0.11, 0.82, 0.00, 0.27. Web safe color of #a621bb is #9933cc. Color #a621bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00100001 10111011
Octal 246 41 273
Decimal 166 33 187
Hex A6 21 BB

RGB Percentages of Color #a621bb

%43.01
%8.55
%48.45

CMYK Percentages of Color #a621bb

%11
%82
%0
%27

Triadic Colors of #a621bb

#a621bb #bba621 #21bba6

Analogous Colors of #a621bb

#a621bb #bb2183 #5921bb

Monochromatic Colors of #a621bb

#a621bb

Complementary Color

#a621bb #36bb21

#a621bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a621bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a621bb Color CSS Codes

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

#a621bb Text Font Color

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

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


#a621bb Background Color

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

This div background color is #a621bb


#a621bb Border Color

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

This div border color is #a621bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a621bb


Comments

No comments written yet.

Please login to write comment.