Color Hex Logo

#4e7fdd Color Hex

#4E7FDD
(78,127,221)
0 Favorites   0 Comments

Color spaces of #4e7fdd

RGB 78127221
HSL0.610.680.59
HSV219°65°87°
CMYK 0.650.430.00   0.13
XYZ23.782422.018971.4032
Yxy22.01890.20290.1879
Hunter Lab46.92438.3507-57.3727
CIE-Lab54.047113.1445-52.9890

#4e7fdd color RGB value is (78,127,221).

#4e7fdd hex color red value is 78, green value is 127 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #4e7fdd hue: 0.61 , saturation: 0.68 and the lightness value of 4e7fdd is 0.59.

The process color (four color CMYK) of #4e7fdd color hex is 0.65, 0.43, 0.00, 0.13. Web safe color of #4e7fdd is #6666cc. Color #4e7fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 01111111 11011101
Octal 116 177 335
Decimal 78 127 221
Hex 4E 7F DD

RGB Percentages of Color #4e7fdd

%18.31
%29.81
%51.88

CMYK Percentages of Color #4e7fdd

%65
%43
%0
%13

Triadic Colors of #4e7fdd

#4e7fdd #dd4e7f #7fdd4e

Analogous Colors of #4e7fdd

#4e7fdd #654edd #4ec7dd

Monochromatic Colors of #4e7fdd

#4e7fdd

Complementary Color

#4e7fdd #ddac4e

#4e7fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e7fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e7fdd Color CSS Codes

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

#4e7fdd Text Font Color

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

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


#4e7fdd Background Color

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

This div background color is #4e7fdd


#4e7fdd Border Color

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

This div border color is #4e7fdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(78,127,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e7fdd


Comments

No comments written yet.

Please login to write comment.