Color Hex Logo

#1e58ae Color Hex

#1E58AE
(30,88,174)
0 Favorites   0 Comments

Color spaces of #1e58ae

RGB 3088174
HSL0.600.710.40
HSV216°83°68°
CMYK 0.830.490.00   0.32
XYZ11.665110.311541.4199
Yxy10.31150.18400.1627
Hunter Lab32.11158.6482-53.9987
CIE-Lab38.395814.0127-51.1290

#1e58ae color RGB value is (30,88,174).

#1e58ae hex color red value is 30, green value is 88 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #1e58ae hue: 0.60 , saturation: 0.71 and the lightness value of 1e58ae is 0.40.

The process color (four color CMYK) of #1e58ae color hex is 0.83, 0.49, 0.00, 0.32. Web safe color of #1e58ae is #336699. Color #1e58ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 01011000 10101110
Octal 36 130 256
Decimal 30 88 174
Hex 1E 58 AE

RGB Percentages of Color #1e58ae

%10.27
%30.14
%59.59

CMYK Percentages of Color #1e58ae

%83
%49
%0
%32

Triadic Colors of #1e58ae

#1e58ae #ae1e58 #58ae1e

Analogous Colors of #1e58ae

#1e58ae #2c1eae #1ea0ae

Monochromatic Colors of #1e58ae

#1e58ae

Complementary Color

#1e58ae #ae741e

#1e58ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1e58ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#1e58ae Color CSS Codes

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

#1e58ae Text Font Color

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

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


#1e58ae Background Color

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

This div background color is #1e58ae


#1e58ae Border Color

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

This div border color is #1e58ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(30,88,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1e58ae


Comments

No comments written yet.

Please login to write comment.