Color Hex Logo

#7e8bdf Color Hex

#7E8BDF
(126,139,223)
0 Favorites   0 Comments

Color spaces of #7e8bdf

RGB 126139223
HSL0.640.600.68
HSV232°43°87°
CMYK 0.430.380.00   0.13
XYZ31.156128.228673.6186
Yxy28.22860.23430.2122
Hunter Lab53.130611.6949-44.9618
CIE-Lab60.094716.7561-44.3408

#7e8bdf color RGB value is (126,139,223).

#7e8bdf hex color red value is 126, green value is 139 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #7e8bdf hue: 0.64 , saturation: 0.60 and the lightness value of 7e8bdf is 0.68.

The process color (four color CMYK) of #7e8bdf color hex is 0.43, 0.38, 0.00, 0.13. Web safe color of #7e8bdf is #6699cc. Color #7e8bdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10001011 11011111
Octal 176 213 337
Decimal 126 139 223
Hex 7E 8B DF

RGB Percentages of Color #7e8bdf

%25.82
%28.48
%45.70

CMYK Percentages of Color #7e8bdf

%43
%38
%0
%13

Triadic Colors of #7e8bdf

#7e8bdf #df7e8b #8bdf7e

Analogous Colors of #7e8bdf

#7e8bdf #a27edf #7ebcdf

Monochromatic Colors of #7e8bdf

#7e8bdf

Complementary Color

#7e8bdf #dfd27e

#7e8bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e8bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e8bdf Color CSS Codes

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

#7e8bdf Text Font Color

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

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


#7e8bdf Background Color

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

This div background color is #7e8bdf


#7e8bdf Border Color

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

This div border color is #7e8bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e8bdf


Comments

No comments written yet.

Please login to write comment.