Color Hex Logo

#8850ba Color Hex

#8850BA
(136,80,186)
0 Favorites   0 Comments

Color spaces of #8850ba

RGB 13680186
HSL0.750.430.52
HSV272°57°73°
CMYK 0.270.570.00   0.27
XYZ21.884914.516748.1029
Yxy14.51670.25900.1718
Hunter Lab38.100835.8531-48.1841
CIE-Lab44.965043.6786-47.2115

#8850ba color RGB value is (136,80,186).

#8850ba hex color red value is 136, green value is 80 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #8850ba hue: 0.75 , saturation: 0.43 and the lightness value of 8850ba is 0.52.

The process color (four color CMYK) of #8850ba color hex is 0.27, 0.57, 0.00, 0.27. Web safe color of #8850ba is #9966cc. Color #8850ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01010000 10111010
Octal 210 120 272
Decimal 136 80 186
Hex 88 50 BA

RGB Percentages of Color #8850ba

%33.83
%19.90
%46.27

CMYK Percentages of Color #8850ba

%27
%57
%0
%27

Triadic Colors of #8850ba

#8850ba #ba8850 #50ba88

Analogous Colors of #8850ba

#8850ba #ba50b7 #5350ba

Monochromatic Colors of #8850ba

#8850ba

Complementary Color

#8850ba #82ba50

#8850ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8850ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#8850ba Color CSS Codes

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

#8850ba Text Font Color

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

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


#8850ba Background Color

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

This div background color is #8850ba


#8850ba Border Color

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

This div border color is #8850ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8850ba


Comments

No comments written yet.

Please login to write comment.