Color Hex Logo

#8078ba Color Hex

#8078BA
(128,120,186)
0 Favorites   0 Comments

Color spaces of #8078ba

RGB 128120186
HSL0.690.320.60
HSV247°35°73°
CMYK 0.310.350.00   0.27
XYZ24.481521.567349.3270
Yxy21.56730.25670.2261
Hunter Lab46.440612.8265-30.4666
CIE-Lab53.564918.2804-33.6654

#8078ba color RGB value is (128,120,186).

#8078ba hex color red value is 128, green value is 120 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #8078ba hue: 0.69 , saturation: 0.32 and the lightness value of 8078ba is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01111000 10111010
Octal 200 170 272
Decimal 128 120 186
Hex 80 78 BA

RGB Percentages of Color #8078ba

%29.49
%27.65
%42.86

CMYK Percentages of Color #8078ba

%31
%35
%0
%27

Triadic Colors of #8078ba

#8078ba #ba8078 #78ba80

Analogous Colors of #8078ba

#8078ba #a178ba #7891ba

Monochromatic Colors of #8078ba

#8078ba

Complementary Color

#8078ba #b2ba78

#8078ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8078ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#8078ba Color CSS Codes

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

#8078ba Text Font Color

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

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


#8078ba Background Color

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

This div background color is #8078ba


#8078ba Border Color

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

This div border color is #8078ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8078ba


Comments

No comments written yet.

Please login to write comment.