Color Hex Logo

#1e174f Color Hex

#1E174F
(30,23,79)
0 Favorites   0 Comments

Color spaces of #1e174f

RGB 302379
HSL0.690.550.20
HSV248°71°31°
CMYK 0.620.710.00   0.69
XYZ2.25311.45337.5589
Yxy1.45330.20000.1290
Hunter Lab12.055312.2644-28.7373
CIE-Lab12.308021.6144-33.3913

#1e174f color RGB value is (30,23,79).

#1e174f hex color red value is 30, green value is 23 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #1e174f hue: 0.69 , saturation: 0.55 and the lightness value of 1e174f is 0.20.

The process color (four color CMYK) of #1e174f color hex is 0.62, 0.71, 0.00, 0.69. Web safe color of #1e174f is #330066. Color #1e174f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 00010111 01001111
Octal 36 27 117
Decimal 30 23 79
Hex 1E 17 4F

RGB Percentages of Color #1e174f

%22.73
%17.42
%59.85

CMYK Percentages of Color #1e174f

%62
%71
%0
%69

Triadic Colors of #1e174f

#1e174f #4f1e17 #174f1e

Analogous Colors of #1e174f

#1e174f #3a174f #172c4f

Monochromatic Colors of #1e174f

#1e174f

Complementary Color

#1e174f #484f17

#1e174f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1e174f Color Preview on White Background

Lorem ipsum dolor sit amet.

#1e174f Color CSS Codes

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

#1e174f Text Font Color

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

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


#1e174f Background Color

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

This div background color is #1e174f


#1e174f Border Color

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

This div border color is #1e174f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(30,23,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 #1e174f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1e174f


Comments

No comments written yet.

Please login to write comment.