Color Hex Logo

#1e48af Color Hex

#1E48AF
(30,72,175)
0 Favorites   0 Comments

Color spaces of #1e48af

RGB 3072175
HSL0.620.710.40
HSV223°83°69°
CMYK 0.830.590.00   0.31
XYZ10.59068.005941.5445
Yxy8.00590.17610.1331
Hunter Lab28.294717.2962-67.2479
CIE-Lab33.995225.1046-58.8615

#1e48af color RGB value is (30,72,175).

#1e48af hex color red value is 30, green value is 72 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #1e48af hue: 0.62 , saturation: 0.71 and the lightness value of 1e48af is 0.40.

The process color (four color CMYK) of #1e48af color hex is 0.83, 0.59, 0.00, 0.31. Web safe color of #1e48af is #333399. Color #1e48af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 01001000 10101111
Octal 36 110 257
Decimal 30 72 175
Hex 1E 48 AF

RGB Percentages of Color #1e48af

%10.83
%25.99
%63.18

CMYK Percentages of Color #1e48af

%83
%59
%0
%31

Triadic Colors of #1e48af

#1e48af #af1e48 #48af1e

Analogous Colors of #1e48af

#1e48af #3c1eaf #1e91af

Monochromatic Colors of #1e48af

#1e48af

Complementary Color

#1e48af #af851e

#1e48af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1e48af Color Preview on White Background

Lorem ipsum dolor sit amet.

#1e48af Color CSS Codes

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

#1e48af Text Font Color

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

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


#1e48af Background Color

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

This div background color is #1e48af


#1e48af Border Color

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

This div border color is #1e48af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1e48af


Comments

No comments written yet.

Please login to write comment.