Color Hex Logo

#7e9fff Color Hex

#7E9FFF
(126,159,255)
0 Favorites   0 Comments

Color spaces of #7e9fff

RGB 126159255
HSL0.621.000.75
HSV225°51°100°
CMYK 0.510.380.00   0.00
XYZ39.052336.451999.5854
Yxy36.45190.22300.2082
Hunter Lab60.37549.8012-55.5323
CIE-Lab66.863814.5401-51.2685

#7e9fff color RGB value is (126,159,255).

#7e9fff hex color red value is 126, green value is 159 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #7e9fff hue: 0.62 , saturation: 1.00 and the lightness value of 7e9fff is 0.75.

The process color (four color CMYK) of #7e9fff color hex is 0.51, 0.38, 0.00, 0.00. Web safe color of #7e9fff is #6699ff. Color #7e9fff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10011111 11111111
Octal 176 237 377
Decimal 126 159 255
Hex 7E 9F FF

RGB Percentages of Color #7e9fff

%23.33
%29.44
%47.22

CMYK Percentages of Color #7e9fff

%51
%38
%0
%0

Triadic Colors of #7e9fff

#7e9fff #ff7e9f #9fff7e

Analogous Colors of #7e9fff

#7e9fff #9e7eff #7ee0ff

Monochromatic Colors of #7e9fff

#7e9fff

Complementary Color

#7e9fff #ffde7e

#7e9fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e9fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e9fff Color CSS Codes

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

#7e9fff Text Font Color

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

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


#7e9fff Background Color

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

This div background color is #7e9fff


#7e9fff Border Color

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

This div border color is #7e9fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e9fff

Related Colors


Comments

No comments written yet.

Please login to write comment.