Color Hex Logo

#1e1248 Color Hex

#1E1248
(30,18,72)
0 Favorites   0 Comments

Color spaces of #1e1248

RGB 301872
HSL0.700.600.18
HSV253°75°28°
CMYK 0.580.750.00   0.72
XYZ1.92141.17656.2567
Yxy1.17650.20540.1258
Hunter Lab10.846712.6382-26.6077
CIE-Lab10.382922.4868-31.6900

#1e1248 color RGB value is (30,18,72).

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

The process color (four color CMYK) of #1e1248 color hex is 0.58, 0.75, 0.00, 0.72. Web safe color of #1e1248 is #330033. Color #1e1248 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 00010010 01001000
Octal 36 22 110
Decimal 30 18 72
Hex 1E 12 48

RGB Percentages of Color #1e1248

%25.00
%15.00
%60.00

CMYK Percentages of Color #1e1248

%58
%75
%0
%72

Triadic Colors of #1e1248

#1e1248 #481e12 #12481e

Analogous Colors of #1e1248

#1e1248 #391248 #122148

Monochromatic Colors of #1e1248

#1e1248

Complementary Color

#1e1248 #3c4812

#1e1248 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1e1248 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1e1248 Color CSS Codes

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

#1e1248 Text Font Color

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

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


#1e1248 Background Color

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

This div background color is #1e1248


#1e1248 Border Color

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

This div border color is #1e1248


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1e1248

#1e1248 Color Palettes


Comments

No comments written yet.

Please login to write comment.