Color Hex Logo

#8056bc Color Hex

#8056BC
(128,86,188)
0 Favorites   0 Comments

Color spaces of #8056bc

RGB 12886188
HSL0.740.430.54
HSV265°54°74°
CMYK 0.320.540.00   0.26
XYZ21.307014.875649.3252
Yxy14.87560.24920.1740
Hunter Lab38.568931.1150-48.8269
CIE-Lab45.463338.8090-47.6317

#8056bc color RGB value is (128,86,188).

#8056bc hex color red value is 128, green value is 86 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #8056bc hue: 0.74 , saturation: 0.43 and the lightness value of 8056bc is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01010110 10111100
Octal 200 126 274
Decimal 128 86 188
Hex 80 56 BC

RGB Percentages of Color #8056bc

%31.84
%21.39
%46.77

CMYK Percentages of Color #8056bc

%32
%54
%0
%26

Triadic Colors of #8056bc

#8056bc #bc8056 #56bc80

Analogous Colors of #8056bc

#8056bc #b356bc #565fbc

Monochromatic Colors of #8056bc

#8056bc

Complementary Color

#8056bc #92bc56

#8056bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8056bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8056bc Color CSS Codes

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

#8056bc Text Font Color

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

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


#8056bc Background Color

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

This div background color is #8056bc


#8056bc Border Color

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

This div border color is #8056bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,86,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 #8056bc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8056bc


Comments

No comments written yet.

Please login to write comment.