Color Hex Logo

#7e9afd Color Hex

#7E9AFD
(126,154,253)
0 Favorites   0 Comments

Color spaces of #7e9afd

RGB 126154253
HSL0.630.970.74
HSV227°50°99°
CMYK 0.500.390.00   0.01
XYZ37.889434.638797.6175
Yxy34.63870.22270.2036
Hunter Lab58.854711.9189-57.1413
CIE-Lab65.466416.8364-52.3905

#7e9afd color RGB value is (126,154,253).

#7e9afd hex color red value is 126, green value is 154 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #7e9afd hue: 0.63 , saturation: 0.97 and the lightness value of 7e9afd is 0.74.

The process color (four color CMYK) of #7e9afd color hex is 0.50, 0.39, 0.00, 0.01. Web safe color of #7e9afd is #6699ff. Color #7e9afd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10011010 11111101
Octal 176 232 375
Decimal 126 154 253
Hex 7E 9A FD

RGB Percentages of Color #7e9afd

%23.64
%28.89
%47.47

CMYK Percentages of Color #7e9afd

%50
%39
%0
%1

Triadic Colors of #7e9afd

#7e9afd #fd7e9a #9afd7e

Analogous Colors of #7e9afd

#7e9afd #a27efd #7edafd

Monochromatic Colors of #7e9afd

#7e9afd

Complementary Color

#7e9afd #fde17e

#7e9afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e9afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e9afd Color CSS Codes

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

#7e9afd Text Font Color

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

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


#7e9afd Background Color

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

This div background color is #7e9afd


#7e9afd Border Color

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

This div border color is #7e9afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e9afd

Related Colors


Comments

No comments written yet.

Please login to write comment.