Color Hex Logo

#1e3cfe Color Hex

#1E3CFE
(30,60,254)
0 Favorites   0 Comments

Color spaces of #1e3cfe

RGB 3060254
HSL0.640.990.56
HSV232°88°100°
CMYK 0.880.760.00   0.00
XYZ20.040710.663594.7679
Yxy10.66350.15970.0850
Hunter Lab32.655052.4009-149.2066
CIE-Lab39.007860.4940-96.1136

#1e3cfe color RGB value is (30,60,254).

#1e3cfe hex color red value is 30, green value is 60 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #1e3cfe hue: 0.64 , saturation: 0.99 and the lightness value of 1e3cfe is 0.56.

The process color (four color CMYK) of #1e3cfe color hex is 0.88, 0.76, 0.00, 0.00. Web safe color of #1e3cfe is #3333ff. Color #1e3cfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 00111100 11111110
Octal 36 74 376
Decimal 30 60 254
Hex 1E 3C FE

RGB Percentages of Color #1e3cfe

%8.72
%17.44
%73.84

CMYK Percentages of Color #1e3cfe

%88
%76
%0
%0

Triadic Colors of #1e3cfe

#1e3cfe #fe1e3c #3cfe1e

Analogous Colors of #1e3cfe

#1e3cfe #701efe #1eacfe

Monochromatic Colors of #1e3cfe

#1e3cfe

Complementary Color

#1e3cfe #fee01e

#1e3cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1e3cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#1e3cfe Color CSS Codes

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

#1e3cfe Text Font Color

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

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


#1e3cfe Background Color

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

This div background color is #1e3cfe


#1e3cfe Border Color

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

This div border color is #1e3cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1e3cfe


Comments

No comments written yet.

Please login to write comment.