Color Hex Logo

#8619ab Color Hex

#8619AB
(134,25,171)
0 Favorites   0 Comments

Color spaces of #8619ab

RGB 13425171
HSL0.790.740.38
HSV285°85°67°
CMYK 0.220.850.00   0.33
XYZ17.52988.703939.2842
Yxy8.70390.26760.1328
Hunter Lab29.502454.4325-58.2966
CIE-Lab35.407863.0241-53.7459

#8619ab color RGB value is (134,25,171).

#8619ab hex color red value is 134, green value is 25 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #8619ab hue: 0.79 , saturation: 0.74 and the lightness value of 8619ab is 0.38.

The process color (four color CMYK) of #8619ab color hex is 0.22, 0.85, 0.00, 0.33. Web safe color of #8619ab is #990099. Color #8619ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00011001 10101011
Octal 206 31 253
Decimal 134 25 171
Hex 86 19 AB

RGB Percentages of Color #8619ab

%40.61
%7.58
%51.82

CMYK Percentages of Color #8619ab

%22
%85
%0
%33

Triadic Colors of #8619ab

#8619ab #ab8619 #19ab86

Analogous Colors of #8619ab

#8619ab #ab1987 #3d19ab

Monochromatic Colors of #8619ab

#8619ab

Complementary Color

#8619ab #3eab19

#8619ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8619ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#8619ab Color CSS Codes

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

#8619ab Text Font Color

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

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


#8619ab Background Color

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

This div background color is #8619ab


#8619ab Border Color

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

This div border color is #8619ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,25,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8619ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8619ab;
  -webkit-box-shadow: 1px 1px 3px 2px #8619ab;
  box-shadow:         1px 1px 3px 2px #8619ab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,25,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8619ab


Comments

No comments written yet.

Please login to write comment.