Color Hex Logo

#4e5dde Color Hex

#4E5DDE
(78,93,222)
0 Favorites   0 Comments

Color spaces of #4e5dde

RGB 7893222
HSL0.650.690.59
HSV234°65°87°
CMYK 0.650.580.00   0.13
XYZ20.241114.722370.8821
Yxy14.72230.19120.1391
Hunter Lab38.369627.0170-82.6705
CIE-Lab45.251534.5704-67.7300

#4e5dde color RGB value is (78,93,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 01011101 11011110
Octal 116 135 336
Decimal 78 93 222
Hex 4E 5D DE

RGB Percentages of Color #4e5dde

%19.85
%23.66
%56.49

CMYK Percentages of Color #4e5dde

%65
%58
%0
%13

Triadic Colors of #4e5dde

#4e5dde #de4e5d #5dde4e

Analogous Colors of #4e5dde

#4e5dde #874ede #4ea5de

Monochromatic Colors of #4e5dde

#4e5dde

Complementary Color

#4e5dde #decf4e

#4e5dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e5dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e5dde Color CSS Codes

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

#4e5dde Text Font Color

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

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


#4e5dde Background Color

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

This div background color is #4e5dde


#4e5dde Border Color

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

This div border color is #4e5dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e5dde


Comments

No comments written yet.

Please login to write comment.