Color Hex Logo

#1e93dc Color Hex

#1E93DC
(30,147,220)
0 Favorites   0 Comments

Color spaces of #1e93dc

RGB 30147220
HSL0.560.760.49
HSV203°86°86°
CMYK 0.860.330.00   0.14
XYZ23.887426.310871.5296
Yxy26.31080.19620.2161
Hunter Lab51.2941-6.6380-46.7741
CIE-Lab58.3309-4.8573-45.7055

#1e93dc color RGB value is (30,147,220).

#1e93dc hex color red value is 30, green value is 147 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #1e93dc hue: 0.56 , saturation: 0.76 and the lightness value of 1e93dc is 0.49.

The process color (four color CMYK) of #1e93dc color hex is 0.86, 0.33, 0.00, 0.14. Web safe color of #1e93dc is #3399cc. Color #1e93dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 10010011 11011100
Octal 36 223 334
Decimal 30 147 220
Hex 1E 93 DC

RGB Percentages of Color #1e93dc

%7.56
%37.03
%55.42

CMYK Percentages of Color #1e93dc

%86
%33
%0
%14

Triadic Colors of #1e93dc

#1e93dc #dc1e93 #93dc1e

Analogous Colors of #1e93dc

#1e93dc #1e34dc #1edcc6

Monochromatic Colors of #1e93dc

#1e93dc

Complementary Color

#1e93dc #dc671e

#1e93dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1e93dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1e93dc Color CSS Codes

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

#1e93dc Text Font Color

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

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


#1e93dc Background Color

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

This div background color is #1e93dc


#1e93dc Border Color

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

This div border color is #1e93dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1e93dc


Comments

No comments written yet.

Please login to write comment.