Color Hex Logo

#8850bc Color Hex

#8850BC
(136,80,188)
0 Favorites   0 Comments

Color spaces of #8850bc

RGB 13680188
HSL0.750.450.53
HSV271°57°74°
CMYK 0.280.570.00   0.26
XYZ22.099114.602449.2307
Yxy14.60240.25720.1699
Hunter Lab38.213136.3559-49.6354
CIE-Lab45.084744.1591-48.1863

#8850bc color RGB value is (136,80,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01010000 10111100
Octal 210 120 274
Decimal 136 80 188
Hex 88 50 BC

RGB Percentages of Color #8850bc

%33.66
%19.80
%46.53

CMYK Percentages of Color #8850bc

%28
%57
%0
%26

Triadic Colors of #8850bc

#8850bc #bc8850 #50bc88

Analogous Colors of #8850bc

#8850bc #bc50ba #5250bc

Monochromatic Colors of #8850bc

#8850bc

Complementary Color

#8850bc #84bc50

#8850bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8850bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8850bc Color CSS Codes

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

#8850bc Text Font Color

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

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


#8850bc Background Color

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

This div background color is #8850bc


#8850bc Border Color

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

This div border color is #8850bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8850bc


Comments

No comments written yet.

Please login to write comment.