Color Hex Logo

#8829ed Color Hex

#8829ED
(136,41,237)
0 Favorites   0 Comments

Color spaces of #8829ed

RGB 13641237
HSL0.750.840.55
HSV269°83°93°
CMYK 0.430.830.00   0.07
XYZ26.232312.934581.2348
Yxy12.93450.21790.1074
Hunter Lab35.964667.2586-108.7458
CIE-Lab42.664472.6750-80.2490

#8829ed color RGB value is (136,41,237).

#8829ed hex color red value is 136, green value is 41 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #8829ed hue: 0.75 , saturation: 0.84 and the lightness value of 8829ed is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00101001 11101101
Octal 210 51 355
Decimal 136 41 237
Hex 88 29 ED

RGB Percentages of Color #8829ed

%32.85
%9.90
%57.25

CMYK Percentages of Color #8829ed

%43
%83
%0
%7

Triadic Colors of #8829ed

#8829ed #ed8829 #29ed88

Analogous Colors of #8829ed

#8829ed #ea29ed #292ced

Monochromatic Colors of #8829ed

#8829ed

Complementary Color

#8829ed #8eed29

#8829ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8829ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#8829ed Color CSS Codes

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

#8829ed Text Font Color

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

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


#8829ed Background Color

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

This div background color is #8829ed


#8829ed Border Color

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

This div border color is #8829ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8829ed


Comments

No comments written yet.

Please login to write comment.