Color Hex Logo

#1e71df Color Hex

#1E71DF
(30,113,223)
0 Favorites   0 Comments

Color spaces of #1e71df

RGB 30113223
HSL0.590.760.50
HSV214°87°87°
CMYK 0.870.490.00   0.13
XYZ19.759817.414072.1318
Yxy17.41400.18080.1593
Hunter Lab41.730111.4947-73.2736
CIE-Lab48.777516.9864-62.6634

#1e71df color RGB value is (30,113,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 01110001 11011111
Octal 36 161 337
Decimal 30 113 223
Hex 1E 71 DF

RGB Percentages of Color #1e71df

%8.20
%30.87
%60.93

CMYK Percentages of Color #1e71df

%87
%49
%0
%13

Triadic Colors of #1e71df

#1e71df #df1e71 #71df1e

Analogous Colors of #1e71df

#1e71df #2c1edf #1ed2df

Monochromatic Colors of #1e71df

#1e71df

Complementary Color

#1e71df #df8c1e

#1e71df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1e71df Color Preview on White Background

Lorem ipsum dolor sit amet.

#1e71df Color CSS Codes

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

#1e71df Text Font Color

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

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


#1e71df Background Color

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

This div background color is #1e71df


#1e71df Border Color

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

This div border color is #1e71df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1e71df


Comments

No comments written yet.

Please login to write comment.