Color Hex Logo

#7e80be Color Hex

#7E80BE
(126,128,190)
0 Favorites   0 Comments

Color spaces of #7e80be

RGB 126128190
HSL0.660.330.62
HSV238°34°75°
CMYK 0.340.330.00   0.25
XYZ25.617623.591751.9187
Yxy23.59170.25330.2333
Hunter Lab48.57139.1452-29.3762
CIE-Lab55.676714.0247-32.6688

#7e80be color RGB value is (126,128,190).

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

The process color (four color CMYK) of #7e80be color hex is 0.34, 0.33, 0.00, 0.25. Web safe color of #7e80be is #6699cc. Color #7e80be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10000000 10111110
Octal 176 200 276
Decimal 126 128 190
Hex 7E 80 BE

RGB Percentages of Color #7e80be

%28.38
%28.83
%42.79

CMYK Percentages of Color #7e80be

%34
%33
%0
%25

Triadic Colors of #7e80be

#7e80be #be7e80 #80be7e

Analogous Colors of #7e80be

#7e80be #9c7ebe #7ea0be

Monochromatic Colors of #7e80be

#7e80be

Complementary Color

#7e80be #bebc7e

#7e80be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e80be Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e80be Color CSS Codes

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

#7e80be Text Font Color

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

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


#7e80be Background Color

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

This div background color is #7e80be


#7e80be Border Color

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

This div border color is #7e80be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(126,128,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e80be


Comments

No comments written yet.

Please login to write comment.