Color Hex Logo

#8870ba Color Hex

#8870BA
(136,112,186)
0 Favorites   0 Comments

Color spaces of #8870ba

RGB 136112186
HSL0.720.350.58
HSV259°40°73°
CMYK 0.270.400.00   0.27
XYZ24.810420.367849.0781
Yxy20.36780.26320.2161
Hunter Lab45.130719.1509-32.8844
CIE-Lab52.250525.3640-35.6727

#8870ba color RGB value is (136,112,186).

#8870ba hex color red value is 136, green value is 112 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #8870ba hue: 0.72 , saturation: 0.35 and the lightness value of 8870ba is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01110000 10111010
Octal 210 160 272
Decimal 136 112 186
Hex 88 70 BA

RGB Percentages of Color #8870ba

%31.34
%25.81
%42.86

CMYK Percentages of Color #8870ba

%27
%40
%0
%27

Triadic Colors of #8870ba

#8870ba #ba8870 #70ba88

Analogous Colors of #8870ba

#8870ba #ad70ba #707dba

Monochromatic Colors of #8870ba

#8870ba

Complementary Color

#8870ba #a2ba70

#8870ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8870ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#8870ba Color CSS Codes

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

#8870ba Text Font Color

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

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


#8870ba Background Color

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

This div background color is #8870ba


#8870ba Border Color

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

This div border color is #8870ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8870ba


Comments

No comments written yet.

Please login to write comment.