Color Hex Logo

#8824eb Color Hex

#8824EB
(136,36,235)
0 Favorites   0 Comments

Color spaces of #8824eb

RGB 13636235
HSL0.750.830.53
HSV270°85°92°
CMYK 0.420.850.00   0.08
XYZ25.779612.494279.6501
Yxy12.49420.21860.1060
Hunter Lab35.347168.3273-108.8592
CIE-Lab41.991073.6939-80.2226

#8824eb color RGB value is (136,36,235).

#8824eb hex color red value is 136, green value is 36 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #8824eb hue: 0.75 , saturation: 0.83 and the lightness value of 8824eb is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00100100 11101011
Octal 210 44 353
Decimal 136 36 235
Hex 88 24 EB

RGB Percentages of Color #8824eb

%33.42
%8.85
%57.74

CMYK Percentages of Color #8824eb

%42
%85
%0
%8

Triadic Colors of #8824eb

#8824eb #eb8824 #24eb88

Analogous Colors of #8824eb

#8824eb #eb24eb #2424eb

Monochromatic Colors of #8824eb

#8824eb

Complementary Color

#8824eb #87eb24

#8824eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8824eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8824eb Color CSS Codes

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

#8824eb Text Font Color

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

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


#8824eb Background Color

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

This div background color is #8824eb


#8824eb Border Color

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

This div border color is #8824eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,36,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 #8824eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8824eb


Comments

No comments written yet.

Please login to write comment.