Color Hex Logo

#1e4ddf Color Hex

#1E4DDF
(30,77,223)
0 Favorites   0 Comments

Color spaces of #1e4ddf

RGB 3077223
HSL0.630.760.50
HSV225°87°87°
CMYK 0.870.650.00   0.13
XYZ16.508610.911571.0481
Yxy10.91150.16770.1108
Hunter Lab33.032631.4015-104.4011
CIE-Lab39.431040.0452-77.9005

#1e4ddf color RGB value is (30,77,223).

#1e4ddf hex color red value is 30, green value is 77 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #1e4ddf hue: 0.63 , saturation: 0.76 and the lightness value of 1e4ddf is 0.50.

The process color (four color CMYK) of #1e4ddf color hex is 0.87, 0.65, 0.00, 0.13. Web safe color of #1e4ddf is #3366cc. Color #1e4ddf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 01001101 11011111
Octal 36 115 337
Decimal 30 77 223
Hex 1E 4D DF

RGB Percentages of Color #1e4ddf

%9.09
%23.33
%67.58

CMYK Percentages of Color #1e4ddf

%87
%65
%0
%13

Triadic Colors of #1e4ddf

#1e4ddf #df1e4d #4ddf1e

Analogous Colors of #1e4ddf

#1e4ddf #4f1edf #1eaedf

Monochromatic Colors of #1e4ddf

#1e4ddf

Complementary Color

#1e4ddf #dfb01e

#1e4ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1e4ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#1e4ddf Color CSS Codes

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

#1e4ddf Text Font Color

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

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


#1e4ddf Background Color

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

This div background color is #1e4ddf


#1e4ddf Border Color

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

This div border color is #1e4ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1e4ddf


Comments

No comments written yet.

Please login to write comment.