Color Hex Logo

#1e427f Color Hex

#1E427F
(30,66,127)
0 Favorites   0 Comments

Color spaces of #1e427f

RGB 3066127
HSL0.600.620.31
HSV218°76°50°
CMYK 0.760.480.00   0.50
XYZ6.31445.704820.8470
Yxy5.70480.19210.1736
Hunter Lab23.88475.3917-35.0300
CIE-Lab28.655110.0254-38.2806

#1e427f color RGB value is (30,66,127).

#1e427f hex color red value is 30, green value is 66 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #1e427f hue: 0.60 , saturation: 0.62 and the lightness value of 1e427f is 0.31.

The process color (four color CMYK) of #1e427f color hex is 0.76, 0.48, 0.00, 0.50. Web safe color of #1e427f is #333366. Color #1e427f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 01000010 01111111
Octal 36 102 177
Decimal 30 66 127
Hex 1E 42 7F

RGB Percentages of Color #1e427f

%13.45
%29.60
%56.95

CMYK Percentages of Color #1e427f

%76
%48
%0
%50

Triadic Colors of #1e427f

#1e427f #7f1e42 #427f1e

Analogous Colors of #1e427f

#1e427f #2b1e7f #1e737f

Monochromatic Colors of #1e427f

#1e427f

Complementary Color

#1e427f #7f5b1e

#1e427f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1e427f Color Preview on White Background

Lorem ipsum dolor sit amet.

#1e427f Color CSS Codes

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

#1e427f Text Font Color

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

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


#1e427f Background Color

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

This div background color is #1e427f


#1e427f Border Color

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

This div border color is #1e427f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1e427f


Comments

No comments written yet.

Please login to write comment.