Color Hex Logo

#7e8abb Color Hex

#7E8ABB
(126,138,187)
0 Favorites   0 Comments

Color spaces of #7e8abb

RGB 126138187
HSL0.630.310.61
HSV228°33°73°
CMYK 0.330.260.00   0.27
XYZ26.662326.200450.6656
Yxy26.20040.25750.2531
Hunter Lab51.18633.4023-22.8564
CIE-Lab58.22687.3648-27.0047

#7e8abb color RGB value is (126,138,187).

#7e8abb hex color red value is 126, green value is 138 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #7e8abb hue: 0.63 , saturation: 0.31 and the lightness value of 7e8abb is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10001010 10111011
Octal 176 212 273
Decimal 126 138 187
Hex 7E 8A BB

RGB Percentages of Color #7e8abb

%27.94
%30.60
%41.46

CMYK Percentages of Color #7e8abb

%33
%26
%0
%27

Triadic Colors of #7e8abb

#7e8abb #bb7e8a #8abb7e

Analogous Colors of #7e8abb

#7e8abb #917ebb #7ea9bb

Monochromatic Colors of #7e8abb

#7e8abb

Complementary Color

#7e8abb #bbaf7e

#7e8abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e8abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e8abb Color CSS Codes

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

#7e8abb Text Font Color

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

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


#7e8abb Background Color

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

This div background color is #7e8abb


#7e8abb Border Color

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

This div border color is #7e8abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e8abb


Comments

No comments written yet.

Please login to write comment.