Color Hex Logo

#8615bd Color Hex

#8615BD
(134,21,189)
0 Favorites   0 Comments

Color spaces of #8615bd

RGB 13421189
HSL0.780.800.41
HSV280°89°74°
CMYK 0.290.890.00   0.26
XYZ19.28509.278848.9187
Yxy9.27880.24890.1198
Hunter Lab30.461159.7018-73.8933
CIE-Lab36.515667.4476-62.6356

#8615bd color RGB value is (134,21,189).

#8615bd hex color red value is 134, green value is 21 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #8615bd hue: 0.78 , saturation: 0.80 and the lightness value of 8615bd is 0.41.

The process color (four color CMYK) of #8615bd color hex is 0.29, 0.89, 0.00, 0.26. Web safe color of #8615bd is #9900cc. Color #8615bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00010101 10111101
Octal 206 25 275
Decimal 134 21 189
Hex 86 15 BD

RGB Percentages of Color #8615bd

%38.95
%6.10
%54.94

CMYK Percentages of Color #8615bd

%29
%89
%0
%26

Triadic Colors of #8615bd

#8615bd #bd8615 #15bd86

Analogous Colors of #8615bd

#8615bd #bd15a0 #3215bd

Monochromatic Colors of #8615bd

#8615bd

Complementary Color

#8615bd #4cbd15

#8615bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8615bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8615bd Color CSS Codes

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

#8615bd Text Font Color

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

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


#8615bd Background Color

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

This div background color is #8615bd


#8615bd Border Color

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

This div border color is #8615bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,21,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8615bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8615bd;
  -webkit-box-shadow: 1px 1px 3px 2px #8615bd;
  box-shadow:         1px 1px 3px 2px #8615bd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8615bd

#8615bd Color Palettes


Comments

No comments written yet.

Please login to write comment.