Color Hex Logo

#7e8beb Color Hex

#7E8BEB
(126,139,235)
0 Favorites   0 Comments

Color spaces of #7e8beb

RGB 126139235
HSL0.650.730.71
HSV233°46°92°
CMYK 0.460.410.00   0.08
XYZ32.832228.899082.4449
Yxy28.89900.22770.2004
Hunter Lab53.757814.9415-53.2988
CIE-Lab60.692420.2544-50.0625

#7e8beb color RGB value is (126,139,235).

#7e8beb hex color red value is 126, green value is 139 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #7e8beb hue: 0.65 , saturation: 0.73 and the lightness value of 7e8beb is 0.71.

The process color (four color CMYK) of #7e8beb color hex is 0.46, 0.41, 0.00, 0.08. Web safe color of #7e8beb is #6699ff. Color #7e8beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10001011 11101011
Octal 176 213 353
Decimal 126 139 235
Hex 7E 8B EB

RGB Percentages of Color #7e8beb

%25.20
%27.80
%47.00

CMYK Percentages of Color #7e8beb

%46
%41
%0
%8

Triadic Colors of #7e8beb

#7e8beb #eb7e8b #8beb7e

Analogous Colors of #7e8beb

#7e8beb #a87eeb #7ec2eb

Monochromatic Colors of #7e8beb

#7e8beb

Complementary Color

#7e8beb #ebde7e

#7e8beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e8beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e8beb Color CSS Codes

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

#7e8beb Text Font Color

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

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


#7e8beb Background Color

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

This div background color is #7e8beb


#7e8beb Border Color

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

This div border color is #7e8beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e8beb


Comments

No comments written yet.

Please login to write comment.