Color Hex Logo

#8836ba Color Hex

#8836BA
(136,54,186)
0 Favorites   0 Comments

Color spaces of #8836ba

RGB 13654186
HSL0.770.550.47
HSV277°71°73°
CMYK 0.270.710.00   0.27
XYZ20.335411.417747.5864
Yxy11.41770.25630.1439
Hunter Lab33.790148.2914-59.8447
CIE-Lab40.275356.4826-54.7501

#8836ba color RGB value is (136,54,186).

#8836ba hex color red value is 136, green value is 54 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #8836ba hue: 0.77 , saturation: 0.55 and the lightness value of 8836ba is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00110110 10111010
Octal 210 66 272
Decimal 136 54 186
Hex 88 36 BA

RGB Percentages of Color #8836ba

%36.17
%14.36
%49.47

CMYK Percentages of Color #8836ba

%27
%71
%0
%27

Triadic Colors of #8836ba

#8836ba #ba8836 #36ba88

Analogous Colors of #8836ba

#8836ba #ba36aa #4636ba

Monochromatic Colors of #8836ba

#8836ba

Complementary Color

#8836ba #68ba36

#8836ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8836ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#8836ba Color CSS Codes

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

#8836ba Text Font Color

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

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


#8836ba Background Color

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

This div background color is #8836ba


#8836ba Border Color

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

This div border color is #8836ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8836ba


Comments

No comments written yet.

Please login to write comment.