Color Hex Logo

#1e374f Color Hex

#1E374F
(30,55,79)
0 Favorites   0 Comments

Color spaces of #1e374f

RGB 305579
HSL0.580.450.21
HSV209°62°31°
CMYK 0.620.300.00   0.69
XYZ3.31293.57297.9122
Yxy3.57290.22390.2414
Hunter Lab18.9021-1.7937-11.5866
CIE-Lab22.2060-1.3533-17.5871

#1e374f color RGB value is (30,55,79).

#1e374f hex color red value is 30, green value is 55 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #1e374f hue: 0.58 , saturation: 0.45 and the lightness value of 1e374f is 0.21.

The process color (four color CMYK) of #1e374f color hex is 0.62, 0.30, 0.00, 0.69. Web safe color of #1e374f is #333366. Color #1e374f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 00110111 01001111
Octal 36 67 117
Decimal 30 55 79
Hex 1E 37 4F

RGB Percentages of Color #1e374f

%18.29
%33.54
%48.17

CMYK Percentages of Color #1e374f

%62
%30
%0
%69

Triadic Colors of #1e374f

#1e374f #4f1e37 #374f1e

Analogous Colors of #1e374f

#1e374f #1e1f4f #1e4f4f

Monochromatic Colors of #1e374f

#1e374f

Complementary Color

#1e374f #4f361e

#1e374f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1e374f Color Preview on White Background

Lorem ipsum dolor sit amet.

#1e374f Color CSS Codes

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

#1e374f Text Font Color

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

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


#1e374f Background Color

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

This div background color is #1e374f


#1e374f Border Color

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

This div border color is #1e374f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1e374f


Comments

No comments written yet.

Please login to write comment.