Color Hex Logo

#8618bb Color Hex

#8618BB
(134,24,187)
0 Favorites   0 Comments

Color spaces of #8618bb

RGB 13424187
HSL0.780.770.41
HSV280°87°73°
CMYK 0.280.870.00   0.27
XYZ19.12789.309547.8025
Yxy9.30950.25090.1221
Hunter Lab30.511558.5075-71.5320
CIE-Lab36.573566.3977-61.3619

#8618bb color RGB value is (134,24,187).

#8618bb hex color red value is 134, green value is 24 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #8618bb hue: 0.78 , saturation: 0.77 and the lightness value of 8618bb is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 00011000 10111011
Octal 206 30 273
Decimal 134 24 187
Hex 86 18 BB

RGB Percentages of Color #8618bb

%38.84
%6.96
%54.20

CMYK Percentages of Color #8618bb

%28
%87
%0
%27

Triadic Colors of #8618bb

#8618bb #bb8618 #18bb86

Analogous Colors of #8618bb

#8618bb #bb189f #3518bb

Monochromatic Colors of #8618bb

#8618bb

Complementary Color

#8618bb #4dbb18

#8618bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8618bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8618bb Color CSS Codes

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

#8618bb Text Font Color

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

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


#8618bb Background Color

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

This div background color is #8618bb


#8618bb Border Color

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

This div border color is #8618bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,24,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8618bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8618bb;
  -webkit-box-shadow: 1px 1px 3px 2px #8618bb;
  box-shadow:         1px 1px 3px 2px #8618bb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,24,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 #8618bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8618bb


Comments

No comments written yet.

Please login to write comment.