Color Hex Logo

#7e8fdb Color Hex

#7E8FDB
(126,143,219)
0 Favorites   0 Comments

Color spaces of #7e8fdb

RGB 126143219
HSL0.640.560.68
HSV229°42°86°
CMYK 0.420.350.00   0.14
XYZ31.212829.195071.0079
Yxy29.19500.23750.2222
Hunter Lab54.03248.5571-40.0946
CIE-Lab60.953313.2641-40.7603

#7e8fdb color RGB value is (126,143,219).

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

The process color (four color CMYK) of #7e8fdb color hex is 0.42, 0.35, 0.00, 0.14. Web safe color of #7e8fdb is #6699cc. Color #7e8fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10001111 11011011
Octal 176 217 333
Decimal 126 143 219
Hex 7E 8F DB

RGB Percentages of Color #7e8fdb

%25.82
%29.30
%44.88

CMYK Percentages of Color #7e8fdb

%42
%35
%0
%14

Triadic Colors of #7e8fdb

#7e8fdb #db7e8f #8fdb7e

Analogous Colors of #7e8fdb

#7e8fdb #9c7edb #7ebedb

Monochromatic Colors of #7e8fdb

#7e8fdb

Complementary Color

#7e8fdb #dbca7e

#7e8fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e8fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e8fdb Color CSS Codes

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

#7e8fdb Text Font Color

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

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


#7e8fdb Background Color

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

This div background color is #7e8fdb


#7e8fdb Border Color

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

This div border color is #7e8fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e8fdb


Comments

No comments written yet.

Please login to write comment.