Color Hex Logo

#8855ed Color Hex

#8855ED
(136,85,237)
0 Favorites   0 Comments

Color spaces of #8855ed

RGB 13685237
HSL0.720.810.63
HSV260°64°93°
CMYK 0.430.640.00   0.07
XYZ28.687917.845782.0533
Yxy17.84570.22310.1388
Hunter Lab42.244247.2916-85.5915
CIE-Lab49.308453.8933-69.4009

#8855ed color RGB value is (136,85,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01010101 11101101
Octal 210 125 355
Decimal 136 85 237
Hex 88 55 ED

RGB Percentages of Color #8855ed

%29.69
%18.56
%51.75

CMYK Percentages of Color #8855ed

%43
%64
%0
%7

Triadic Colors of #8855ed

#8855ed #ed8855 #55ed88

Analogous Colors of #8855ed

#8855ed #d455ed #556eed

Monochromatic Colors of #8855ed

#8855ed

Complementary Color

#8855ed #baed55

#8855ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8855ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#8855ed Color CSS Codes

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

#8855ed Text Font Color

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

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


#8855ed Background Color

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

This div background color is #8855ed


#8855ed Border Color

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

This div border color is #8855ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8855ed


Comments

No comments written yet.

Please login to write comment.