Color Hex Logo

#1e124d Color Hex

#1E124D
(30,18,77)
0 Favorites   0 Comments

Color spaces of #1e124d

RGB 301877
HSL0.700.620.19
HSV252°77°30°
CMYK 0.610.770.00   0.70
XYZ2.09131.24457.1512
Yxy1.24450.19940.1187
Hunter Lab11.155713.9399-30.1979
CIE-Lab10.881724.2386-34.3454

#1e124d color RGB value is (30,18,77).

#1e124d hex color red value is 30, green value is 18 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #1e124d hue: 0.70 , saturation: 0.62 and the lightness value of 1e124d is 0.19.

The process color (four color CMYK) of #1e124d color hex is 0.61, 0.77, 0.00, 0.70. Web safe color of #1e124d is #330066. Color #1e124d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 00010010 01001101
Octal 36 22 115
Decimal 30 18 77
Hex 1E 12 4D

RGB Percentages of Color #1e124d

%24.00
%14.40
%61.60

CMYK Percentages of Color #1e124d

%61
%77
%0
%70

Triadic Colors of #1e124d

#1e124d #4d1e12 #124d1e

Analogous Colors of #1e124d

#1e124d #3b124d #12244d

Monochromatic Colors of #1e124d

#1e124d

Complementary Color

#1e124d #414d12

#1e124d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1e124d Color Preview on White Background

Lorem ipsum dolor sit amet.

#1e124d Color CSS Codes

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

#1e124d Text Font Color

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

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


#1e124d Background Color

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

This div background color is #1e124d


#1e124d Border Color

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

This div border color is #1e124d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1e124d


Comments

No comments written yet.

Please login to write comment.