Color Hex Logo

#7e8cbe Color Hex

#7E8CBE
(126,140,190)
0 Favorites   0 Comments

Color spaces of #7e8cbe

RGB 126140190
HSL0.630.330.62
HSV227°34°75°
CMYK 0.340.260.00   0.25
XYZ27.276526.909552.4716
Yxy26.90950.25570.2523
Hunter Lab51.87443.0785-23.6606
CIE-Lab58.89056.9984-27.6804

#7e8cbe color RGB value is (126,140,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10001100 10111110
Octal 176 214 276
Decimal 126 140 190
Hex 7E 8C BE

RGB Percentages of Color #7e8cbe

%27.63
%30.70
%41.67

CMYK Percentages of Color #7e8cbe

%34
%26
%0
%25

Triadic Colors of #7e8cbe

#7e8cbe #be7e8c #8cbe7e

Analogous Colors of #7e8cbe

#7e8cbe #907ebe #7eacbe

Monochromatic Colors of #7e8cbe

#7e8cbe

Complementary Color

#7e8cbe #beb07e

#7e8cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e8cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e8cbe Color CSS Codes

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

#7e8cbe Text Font Color

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

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


#7e8cbe Background Color

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

This div background color is #7e8cbe


#7e8cbe Border Color

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

This div border color is #7e8cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e8cbe


Comments

No comments written yet.

Please login to write comment.