Color Hex Logo

#8855eb Color Hex

#8855EB
(136,85,235)
0 Favorites   0 Comments

Color spaces of #8855eb

RGB 13685235
HSL0.720.790.63
HSV260°64°92°
CMYK 0.420.640.00   0.08
XYZ28.397217.729480.5227
Yxy17.72940.22420.1400
Hunter Lab42.106346.6974-83.9099
CIE-Lab49.166253.3695-68.5073

#8855eb color RGB value is (136,85,235).

#8855eb hex color red value is 136, green value is 85 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #8855eb hue: 0.72 , saturation: 0.79 and the lightness value of 8855eb is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01010101 11101011
Octal 210 125 353
Decimal 136 85 235
Hex 88 55 EB

RGB Percentages of Color #8855eb

%29.82
%18.64
%51.54

CMYK Percentages of Color #8855eb

%42
%64
%0
%8

Triadic Colors of #8855eb

#8855eb #eb8855 #55eb88

Analogous Colors of #8855eb

#8855eb #d355eb #556deb

Monochromatic Colors of #8855eb

#8855eb

Complementary Color

#8855eb #b8eb55

#8855eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8855eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8855eb Color CSS Codes

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

#8855eb Text Font Color

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

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


#8855eb Background Color

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

This div background color is #8855eb


#8855eb Border Color

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

This div border color is #8855eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8855eb


Comments

No comments written yet.

Please login to write comment.