Color Hex Logo

#a619bb Color Hex

#A619BB
(166,25,187)
0 Favorites   0 Comments

Color spaces of #a619bb

RGB 16625187
HSL0.810.760.42
HSV292°87°73°
CMYK 0.110.870.00   0.27
XYZ25.043212.390148.0853
Yxy12.39010.29280.1449
Hunter Lab35.199665.3969-56.3550
CIE-Lab41.829571.2784-52.5989

#a619bb color RGB value is (166,25,187).

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

The process color (four color CMYK) of #a619bb color hex is 0.11, 0.87, 0.00, 0.27. Web safe color of #a619bb is #9900cc. Color #a619bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00011001 10111011
Octal 246 31 273
Decimal 166 25 187
Hex A6 19 BB

RGB Percentages of Color #a619bb

%43.92
%6.61
%49.47

CMYK Percentages of Color #a619bb

%11
%87
%0
%27

Triadic Colors of #a619bb

#a619bb #bba619 #19bba6

Analogous Colors of #a619bb

#a619bb #bb197f #5519bb

Monochromatic Colors of #a619bb

#a619bb

Complementary Color

#a619bb #2ebb19

#a619bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a619bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a619bb Color CSS Codes

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

#a619bb Text Font Color

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

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


#a619bb Background Color

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

This div background color is #a619bb


#a619bb Border Color

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

This div border color is #a619bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a619bb


Comments

No comments written yet.

Please login to write comment.