Color Hex Logo

#1e58eb Color Hex

#1E58EB
(30,88,235)
0 Favorites   0 Comments

Color spaces of #1e58eb

RGB 3088235
HSL0.620.840.52
HSV223°87°92°
CMYK 0.870.630.00   0.08
XYZ19.020513.253680.1530
Yxy13.25360.16920.1179
Hunter Lab36.405529.5499-105.0534
CIE-Lab43.142937.5324-78.6151

#1e58eb color RGB value is (30,88,235).

#1e58eb hex color red value is 30, green value is 88 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #1e58eb hue: 0.62 , saturation: 0.84 and the lightness value of 1e58eb is 0.52.

The process color (four color CMYK) of #1e58eb color hex is 0.87, 0.63, 0.00, 0.08. Web safe color of #1e58eb is #3366ff. Color #1e58eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 01011000 11101011
Octal 36 130 353
Decimal 30 88 235
Hex 1E 58 EB

RGB Percentages of Color #1e58eb

%8.50
%24.93
%66.57

CMYK Percentages of Color #1e58eb

%87
%63
%0
%8

Triadic Colors of #1e58eb

#1e58eb #eb1e58 #58eb1e

Analogous Colors of #1e58eb

#1e58eb #4a1eeb #1ebfeb

Monochromatic Colors of #1e58eb

#1e58eb

Complementary Color

#1e58eb #ebb11e

#1e58eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1e58eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1e58eb Color CSS Codes

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

#1e58eb Text Font Color

<p style="color:#1e58eb">Text here</p>

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


#1e58eb Background Color

<div style="background-color:#1e58eb">
Div content here</div>

This div background color is #1e58eb


#1e58eb Border Color

<div style="border:3px solid #1e58eb">
Div here</div>

This div border color is #1e58eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(30,88,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1e58eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1e58eb;
  -webkit-box-shadow: 1px 1px 3px 2px #1e58eb;
  box-shadow:         1px 1px 3px 2px #1e58eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(30,88,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 #1e58eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1e58eb


Comments

No comments written yet.

Please login to write comment.