Color Hex Logo

#1e508a Color Hex

#1E508A
(30,80,138)
0 Favorites   0 Comments

Color spaces of #1e508a

RGB 3080138
HSL0.590.640.33
HSV212°78°54°
CMYK 0.780.420.00   0.46
XYZ7.99157.848325.1384
Yxy7.84830.19500.1915
Hunter Lab28.01481.8929-33.5920
CIE-Lab33.66494.9720-37.0646

#1e508a color RGB value is (30,80,138).

#1e508a hex color red value is 30, green value is 80 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #1e508a hue: 0.59 , saturation: 0.64 and the lightness value of 1e508a is 0.33.

The process color (four color CMYK) of #1e508a color hex is 0.78, 0.42, 0.00, 0.46. Web safe color of #1e508a is #336699. Color #1e508a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 01010000 10001010
Octal 36 120 212
Decimal 30 80 138
Hex 1E 50 8A

RGB Percentages of Color #1e508a

%12.10
%32.26
%55.65

CMYK Percentages of Color #1e508a

%78
%42
%0
%46

Triadic Colors of #1e508a

#1e508a #8a1e50 #508a1e

Analogous Colors of #1e508a

#1e508a #221e8a #1e868a

Monochromatic Colors of #1e508a

#1e508a

Complementary Color

#1e508a #8a581e

#1e508a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1e508a Color Preview on White Background

Lorem ipsum dolor sit amet.

#1e508a Color CSS Codes

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

#1e508a Text Font Color

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

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


#1e508a Background Color

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

This div background color is #1e508a


#1e508a Border Color

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

This div border color is #1e508a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1e508a


Comments

No comments written yet.

Please login to write comment.