Color Hex Logo

#4e7ffd Color Hex

#4E7FFD
(78,127,253)
0 Favorites   0 Comments

Color spaces of #4e7ffd

RGB 78127253
HSL0.620.980.65
HSV223°69°99°
CMYK 0.690.500.00   0.01
XYZ28.460923.890396.0397
Yxy23.89030.19180.1610
Hunter Lab48.877718.4024-82.2844
CIE-Lab55.977824.2591-67.7055

#4e7ffd color RGB value is (78,127,253).

#4e7ffd hex color red value is 78, green value is 127 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #4e7ffd hue: 0.62 , saturation: 0.98 and the lightness value of 4e7ffd is 0.65.

The process color (four color CMYK) of #4e7ffd color hex is 0.69, 0.50, 0.00, 0.01. Web safe color of #4e7ffd is #6666ff. Color #4e7ffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 01111111 11111101
Octal 116 177 375
Decimal 78 127 253
Hex 4E 7F FD

RGB Percentages of Color #4e7ffd

%17.03
%27.73
%55.24

CMYK Percentages of Color #4e7ffd

%69
%50
%0
%1

Triadic Colors of #4e7ffd

#4e7ffd #fd4e7f #7ffd4e

Analogous Colors of #4e7ffd

#4e7ffd #754efd #4ed7fd

Monochromatic Colors of #4e7ffd

#4e7ffd

Complementary Color

#4e7ffd #fdcc4e

#4e7ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e7ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e7ffd Color CSS Codes

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

#4e7ffd Text Font Color

<p style="color:#4e7ffd">Text here</p>

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


#4e7ffd Background Color

<div style="background-color:#4e7ffd">
Div content here</div>

This div background color is #4e7ffd


#4e7ffd Border Color

<div style="border:3px solid #4e7ffd">
Div here</div>

This div border color is #4e7ffd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(78,127,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4e7ffd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4e7ffd;
  -webkit-box-shadow: 1px 1px 3px 2px #4e7ffd;
  box-shadow:         1px 1px 3px 2px #4e7ffd; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e7ffd


Comments

No comments written yet.

Please login to write comment.