Color Hex Logo

#1e538c Color Hex

#1E538C
(30,83,140)
0 Favorites   0 Comments

Color spaces of #1e538c

RGB 3083140
HSL0.590.650.33
HSV211°79°55°
CMYK 0.790.410.00   0.45
XYZ8.36238.356025.9831
Yxy8.35600.19580.1957
Hunter Lab28.90671.0506-33.0586
CIE-Lab34.71363.7888-36.6157

#1e538c color RGB value is (30,83,140).

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

The process color (four color CMYK) of #1e538c color hex is 0.79, 0.41, 0.00, 0.45. Web safe color of #1e538c is #336699. Color #1e538c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 01010011 10001100
Octal 36 123 214
Decimal 30 83 140
Hex 1E 53 8C

RGB Percentages of Color #1e538c

%11.86
%32.81
%55.34

CMYK Percentages of Color #1e538c

%79
%41
%0
%45

Triadic Colors of #1e538c

#1e538c #8c1e53 #538c1e

Analogous Colors of #1e538c

#1e538c #201e8c #1e8a8c

Monochromatic Colors of #1e538c

#1e538c

Complementary Color

#1e538c #8c571e

#1e538c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1e538c Color Preview on White Background

Lorem ipsum dolor sit amet.

#1e538c Color CSS Codes

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

#1e538c Text Font Color

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

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


#1e538c Background Color

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

This div background color is #1e538c


#1e538c Border Color

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

This div border color is #1e538c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1e538c


Comments

No comments written yet.

Please login to write comment.