Color Hex Logo

#4e78df Color Hex

#4E78DF
(78,120,223)
0 Favorites   0 Comments

Color spaces of #4e78df

RGB 78120223
HSL0.620.690.59
HSV223°65°87°
CMYK 0.650.460.00   0.13
XYZ23.177620.380472.5242
Yxy20.38040.19970.1756
Hunter Lab45.144712.6401-63.6472
CIE-Lab52.264618.1337-56.9668

#4e78df color RGB value is (78,120,223).

#4e78df hex color red value is 78, green value is 120 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #4e78df hue: 0.62 , saturation: 0.69 and the lightness value of 4e78df is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 01111000 11011111
Octal 116 170 337
Decimal 78 120 223
Hex 4E 78 DF

RGB Percentages of Color #4e78df

%18.53
%28.50
%52.97

CMYK Percentages of Color #4e78df

%65
%46
%0
%13

Triadic Colors of #4e78df

#4e78df #df4e78 #78df4e

Analogous Colors of #4e78df

#4e78df #6d4edf #4ec1df

Monochromatic Colors of #4e78df

#4e78df

Complementary Color

#4e78df #dfb54e

#4e78df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e78df Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e78df Color CSS Codes

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

#4e78df Text Font Color

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

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


#4e78df Background Color

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

This div background color is #4e78df


#4e78df Border Color

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

This div border color is #4e78df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e78df


Comments

No comments written yet.

Please login to write comment.