Color Hex Logo

#5e78ea Color Hex

#5E78EA
(94,120,234)
0 Favorites   0 Comments

Color spaces of #5e78ea

RGB 94120234
HSL0.640.770.64
HSV229°60°92°
CMYK 0.600.490.00   0.08
XYZ26.183821.753180.6606
Yxy21.75310.20360.1692
Hunter Lab46.640218.5894-69.8893
CIE-Lab53.764124.6308-60.6832

#5e78ea color RGB value is (94,120,234).

#5e78ea hex color red value is 94, green value is 120 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #5e78ea hue: 0.64 , saturation: 0.77 and the lightness value of 5e78ea is 0.64.

The process color (four color CMYK) of #5e78ea color hex is 0.60, 0.49, 0.00, 0.08. Web safe color of #5e78ea is #6666ff. Color #5e78ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 01111000 11101010
Octal 136 170 352
Decimal 94 120 234
Hex 5E 78 EA

RGB Percentages of Color #5e78ea

%20.98
%26.79
%52.23

CMYK Percentages of Color #5e78ea

%60
%49
%0
%8

Triadic Colors of #5e78ea

#5e78ea #ea5e78 #78ea5e

Analogous Colors of #5e78ea

#5e78ea #8a5eea #5ebeea

Monochromatic Colors of #5e78ea

#5e78ea

Complementary Color

#5e78ea #ead05e

#5e78ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e78ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e78ea Color CSS Codes

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

#5e78ea Text Font Color

<p style="color:#5e78ea">Text here</p>

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


#5e78ea Background Color

<div style="background-color:#5e78ea">
Div content here</div>

This div background color is #5e78ea


#5e78ea Border Color

<div style="border:3px solid #5e78ea">
Div here</div>

This div border color is #5e78ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(94,120,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5e78ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5e78ea;
  -webkit-box-shadow: 1px 1px 3px 2px #5e78ea;
  box-shadow:         1px 1px 3px 2px #5e78ea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e78ea


Comments

No comments written yet.

Please login to write comment.