Color Hex Logo

#8846eb Color Hex

#8846EB
(136,70,235)
0 Favorites   0 Comments

Color spaces of #8846eb

RGB 13670235
HSL0.730.800.60
HSV264°70°92°
CMYK 0.420.700.00   0.08
XYZ27.338915.612780.1699
Yxy15.61270.22200.1268
Hunter Lab39.512954.3562-92.6377
CIE-Lab46.462260.8197-72.9049

#8846eb color RGB value is (136,70,235).

#8846eb hex color red value is 136, green value is 70 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #8846eb hue: 0.73 , saturation: 0.80 and the lightness value of 8846eb is 0.60.

The process color (four color CMYK) of #8846eb color hex is 0.42, 0.70, 0.00, 0.08. Web safe color of #8846eb is #9933ff. Color #8846eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01000110 11101011
Octal 210 106 353
Decimal 136 70 235
Hex 88 46 EB

RGB Percentages of Color #8846eb

%30.84
%15.87
%53.29

CMYK Percentages of Color #8846eb

%42
%70
%0
%8

Triadic Colors of #8846eb

#8846eb #eb8846 #46eb88

Analogous Colors of #8846eb

#8846eb #db46eb #4656eb

Monochromatic Colors of #8846eb

#8846eb

Complementary Color

#8846eb #a9eb46

#8846eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8846eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8846eb Color CSS Codes

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

#8846eb Text Font Color

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

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


#8846eb Background Color

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

This div background color is #8846eb


#8846eb Border Color

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

This div border color is #8846eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,70,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8846eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8846eb;
  -webkit-box-shadow: 1px 1px 3px 2px #8846eb;
  box-shadow:         1px 1px 3px 2px #8846eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,70,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8846eb


Comments

No comments written yet.

Please login to write comment.