Color Hex Logo

#8070bc Color Hex

#8070BC
(128,112,188)
0 Favorites   0 Comments

Color spaces of #8070bc

RGB 128112188
HSL0.700.360.59
HSV253°40°74°
CMYK 0.320.400.00   0.26
XYZ23.773419.808450.1474
Yxy19.80840.25360.2113
Hunter Lab44.506617.4599-35.6498
CIE-Lab51.619923.5667-37.8657

#8070bc color RGB value is (128,112,188).

#8070bc hex color red value is 128, green value is 112 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #8070bc hue: 0.70 , saturation: 0.36 and the lightness value of 8070bc is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01110000 10111100
Octal 200 160 274
Decimal 128 112 188
Hex 80 70 BC

RGB Percentages of Color #8070bc

%29.91
%26.17
%43.93

CMYK Percentages of Color #8070bc

%32
%40
%0
%26

Triadic Colors of #8070bc

#8070bc #bc8070 #70bc80

Analogous Colors of #8070bc

#8070bc #a670bc #7086bc

Monochromatic Colors of #8070bc

#8070bc

Complementary Color

#8070bc #acbc70

#8070bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8070bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8070bc Color CSS Codes

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

#8070bc Text Font Color

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

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


#8070bc Background Color

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

This div background color is #8070bc


#8070bc Border Color

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

This div border color is #8070bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8070bc


Comments

No comments written yet.

Please login to write comment.