Color Hex Logo

#8827ba Color Hex

#8827BA
(136,39,186)
0 Favorites   0 Comments

Color spaces of #8827ba

RGB 13639186
HSL0.780.650.44
HSV280°79°73°
CMYK 0.270.790.00   0.27
XYZ19.741810.230447.3885
Yxy10.23040.25520.1322
Hunter Lab31.985054.2001-65.4537
CIE-Lab38.252862.2615-58.0264

#8827ba color RGB value is (136,39,186).

#8827ba hex color red value is 136, green value is 39 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #8827ba hue: 0.78 , saturation: 0.65 and the lightness value of 8827ba is 0.44.

The process color (four color CMYK) of #8827ba color hex is 0.27, 0.79, 0.00, 0.27. Web safe color of #8827ba is #9933cc. Color #8827ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00100111 10111010
Octal 210 47 272
Decimal 136 39 186
Hex 88 27 BA

RGB Percentages of Color #8827ba

%37.67
%10.80
%51.52

CMYK Percentages of Color #8827ba

%27
%79
%0
%27

Triadic Colors of #8827ba

#8827ba #ba8827 #27ba88

Analogous Colors of #8827ba

#8827ba #ba27a3 #3f27ba

Monochromatic Colors of #8827ba

#8827ba

Complementary Color

#8827ba #59ba27

#8827ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8827ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#8827ba Color CSS Codes

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

#8827ba Text Font Color

<p style="color:#8827ba">Text here</p>

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


#8827ba Background Color

<div style="background-color:#8827ba">
Div content here</div>

This div background color is #8827ba


#8827ba Border Color

<div style="border:3px solid #8827ba">
Div here</div>

This div border color is #8827ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,39,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8827ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8827ba;
  -webkit-box-shadow: 1px 1px 3px 2px #8827ba;
  box-shadow:         1px 1px 3px 2px #8827ba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8827ba


Comments

No comments written yet.

Please login to write comment.