Color Hex Logo

#8813ed Color Hex

#8813ED
(136,19,237)
0 Favorites   0 Comments

Color spaces of #8813ed

RGB 13619237
HSL0.760.860.50
HSV272°92°93°
CMYK 0.430.920.00   0.07
XYZ25.672311.814481.0481
Yxy11.81440.21660.0997
Hunter Lab34.372173.1694-115.7432
CIE-Lab40.919677.8624-83.1181

#8813ed color RGB value is (136,19,237).

#8813ed hex color red value is 136, green value is 19 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #8813ed hue: 0.76 , saturation: 0.86 and the lightness value of 8813ed is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00010011 11101101
Octal 210 23 355
Decimal 136 19 237
Hex 88 13 ED

RGB Percentages of Color #8813ed

%34.69
%4.85
%60.46

CMYK Percentages of Color #8813ed

%43
%92
%0
%7

Triadic Colors of #8813ed

#8813ed #ed8813 #13ed88

Analogous Colors of #8813ed

#8813ed #ed13e5 #1b13ed

Monochromatic Colors of #8813ed

#8813ed

Complementary Color

#8813ed #78ed13

#8813ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8813ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#8813ed Color CSS Codes

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

#8813ed Text Font Color

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

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


#8813ed Background Color

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

This div background color is #8813ed


#8813ed Border Color

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

This div border color is #8813ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8813ed


Comments

No comments written yet.

Please login to write comment.