Color Hex Logo

#7e96de Color Hex

#7E96DE
(126,150,222)
0 Favorites   0 Comments

Color spaces of #7e96de

RGB 126150222
HSL0.630.590.68
HSV225°43°87°
CMYK 0.430.320.00   0.13
XYZ32.695331.522273.4684
Yxy31.52220.23750.2289
Hunter Lab56.14465.6947-38.2830
CIE-Lab62.946010.0522-39.3053

#7e96de color RGB value is (126,150,222).

#7e96de hex color red value is 126, green value is 150 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #7e96de hue: 0.63 , saturation: 0.59 and the lightness value of 7e96de is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10010110 11011110
Octal 176 226 336
Decimal 126 150 222
Hex 7E 96 DE

RGB Percentages of Color #7e96de

%25.30
%30.12
%44.58

CMYK Percentages of Color #7e96de

%43
%32
%0
%13

Triadic Colors of #7e96de

#7e96de #de7e96 #96de7e

Analogous Colors of #7e96de

#7e96de #967ede #7ec6de

Monochromatic Colors of #7e96de

#7e96de

Complementary Color

#7e96de #dec67e

#7e96de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e96de Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e96de Color CSS Codes

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

#7e96de Text Font Color

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

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


#7e96de Background Color

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

This div background color is #7e96de


#7e96de Border Color

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

This div border color is #7e96de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e96de


Comments

No comments written yet.

Please login to write comment.