Color Hex Logo

#a621db Color Hex

#A621DB
(166,33,219)
0 Favorites   0 Comments

Color spaces of #a621db

RGB 16633219
HSL0.790.740.49
HSV283°85°86°
CMYK 0.240.850.00   0.14
XYZ29.055914.309268.2484
Yxy14.30920.26030.1282
Hunter Lab37.827570.9105-80.4918
CIE-Lab44.673175.3010-66.5532

#a621db color RGB value is (166,33,219).

#a621db hex color red value is 166, green value is 33 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a621db hue: 0.79 , saturation: 0.74 and the lightness value of a621db is 0.49.

The process color (four color CMYK) of #a621db color hex is 0.24, 0.85, 0.00, 0.14. Web safe color of #a621db is #9933cc. Color #a621db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00100001 11011011
Octal 246 41 333
Decimal 166 33 219
Hex A6 21 DB

RGB Percentages of Color #a621db

%39.71
%7.89
%52.39

CMYK Percentages of Color #a621db

%24
%85
%0
%14

Triadic Colors of #a621db

#a621db #dba621 #21dba6

Analogous Colors of #a621db

#a621db #db21b3 #4921db

Monochromatic Colors of #a621db

#a621db

Complementary Color

#a621db #56db21

#a621db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a621db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a621db Color CSS Codes

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

#a621db Text Font Color

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

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


#a621db Background Color

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

This div background color is #a621db


#a621db Border Color

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

This div border color is #a621db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a621db


Comments

No comments written yet.

Please login to write comment.