Color Hex Logo

#5e70eb Color Hex

#5E70EB
(94,112,235)
0 Favorites   0 Comments

Color spaces of #5e70eb

RGB 94112235
HSL0.650.780.65
HSV232°60°92°
CMYK 0.600.520.00   0.08
XYZ25.405719.966281.1121
Yxy19.96620.20090.1579
Hunter Lab44.683623.2934-76.3481
CIE-Lab51.799029.8459-64.4083

#5e70eb color RGB value is (94,112,235).

#5e70eb hex color red value is 94, green value is 112 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #5e70eb hue: 0.65 , saturation: 0.78 and the lightness value of 5e70eb is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 01110000 11101011
Octal 136 160 353
Decimal 94 112 235
Hex 5E 70 EB

RGB Percentages of Color #5e70eb

%21.32
%25.40
%53.29

CMYK Percentages of Color #5e70eb

%60
%52
%0
%8

Triadic Colors of #5e70eb

#5e70eb #eb5e70 #70eb5e

Analogous Colors of #5e70eb

#5e70eb #935eeb #5eb7eb

Monochromatic Colors of #5e70eb

#5e70eb

Complementary Color

#5e70eb #ebd95e

#5e70eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e70eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e70eb Color CSS Codes

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

#5e70eb Text Font Color

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

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


#5e70eb Background Color

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

This div background color is #5e70eb


#5e70eb Border Color

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

This div border color is #5e70eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e70eb


Comments

No comments written yet.

Please login to write comment.