Color Hex Logo

#7e7fdb Color Hex

#7E7FDB
(126,127,219)
0 Favorites   0 Comments

Color spaces of #7e7fdb

RGB 126127219
HSL0.660.560.68
HSV239°42°86°
CMYK 0.420.420.00   0.14
XYZ28.979724.728870.2636
Yxy24.72880.23380.1995
Hunter Lab49.728116.9992-48.9646
CIE-Lab56.810222.6913-47.2955

#7e7fdb color RGB value is (126,127,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 01111111 11011011
Octal 176 177 333
Decimal 126 127 219
Hex 7E 7F DB

RGB Percentages of Color #7e7fdb

%26.69
%26.91
%46.40

CMYK Percentages of Color #7e7fdb

%42
%42
%0
%14

Triadic Colors of #7e7fdb

#7e7fdb #db7e7f #7fdb7e

Analogous Colors of #7e7fdb

#7e7fdb #ac7edb #7eaedb

Monochromatic Colors of #7e7fdb

#7e7fdb

Complementary Color

#7e7fdb #dbda7e

#7e7fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e7fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e7fdb Color CSS Codes

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

#7e7fdb Text Font Color

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

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


#7e7fdb Background Color

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

This div background color is #7e7fdb


#7e7fdb Border Color

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

This div border color is #7e7fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e7fdb


Comments

No comments written yet.

Please login to write comment.