Color Hex Logo

#4e50df Color Hex

#4E50DF
(78,80,223)
0 Favorites   0 Comments

Color spaces of #4e50df

RGB 7880223
HSL0.660.690.59
HSV239°65°87°
CMYK 0.650.640.00   0.13
XYZ19.329812.684771.2416
Yxy12.68470.18720.1228
Hunter Lab35.615634.5508-93.6664
CIE-Lab42.284342.8101-73.1384

#4e50df color RGB value is (78,80,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 01010000 11011111
Octal 116 120 337
Decimal 78 80 223
Hex 4E 50 DF

RGB Percentages of Color #4e50df

%20.47
%21.00
%58.53

CMYK Percentages of Color #4e50df

%65
%64
%0
%13

Triadic Colors of #4e50df

#4e50df #df4e50 #50df4e

Analogous Colors of #4e50df

#4e50df #954edf #4e99df

Monochromatic Colors of #4e50df

#4e50df

Complementary Color

#4e50df #dfdd4e

#4e50df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e50df Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e50df Color CSS Codes

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

#4e50df Text Font Color

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

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


#4e50df Background Color

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

This div background color is #4e50df


#4e50df Border Color

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

This div border color is #4e50df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e50df


Comments

No comments written yet.

Please login to write comment.