Color Hex Logo

#7e80ba Color Hex

#7E80BA
(126,128,186)
0 Favorites   0 Comments

Color spaces of #7e80ba

RGB 126128186
HSL0.660.300.61
HSV238°32°73°
CMYK 0.320.310.00   0.27
XYZ25.186323.419149.6473
Yxy23.41910.25630.2384
Hunter Lab48.39338.2121-26.9511
CIE-Lab55.501412.9572-30.6583

#7e80ba color RGB value is (126,128,186).

#7e80ba hex color red value is 126, green value is 128 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #7e80ba hue: 0.66 , saturation: 0.30 and the lightness value of 7e80ba is 0.61.

The process color (four color CMYK) of #7e80ba color hex is 0.32, 0.31, 0.00, 0.27. Web safe color of #7e80ba is #6699cc. Color #7e80ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10000000 10111010
Octal 176 200 272
Decimal 126 128 186
Hex 7E 80 BA

RGB Percentages of Color #7e80ba

%28.64
%29.09
%42.27

CMYK Percentages of Color #7e80ba

%32
%31
%0
%27

Triadic Colors of #7e80ba

#7e80ba #ba7e80 #80ba7e

Analogous Colors of #7e80ba

#7e80ba #9a7eba #7e9eba

Monochromatic Colors of #7e80ba

#7e80ba

Complementary Color

#7e80ba #bab87e

#7e80ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e80ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e80ba Color CSS Codes

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

#7e80ba Text Font Color

<p style="color:#7e80ba">Text here</p>

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


#7e80ba Background Color

<div style="background-color:#7e80ba">
Div content here</div>

This div background color is #7e80ba


#7e80ba Border Color

<div style="border:3px solid #7e80ba">
Div here</div>

This div border color is #7e80ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e80ba


Comments

No comments written yet.

Please login to write comment.