Color Hex Logo

#1e73fe Color Hex

#1E73FE
(30,115,254)
0 Favorites   0 Comments

Color spaces of #1e73fe

RGB 30115254
HSL0.600.990.56
HSV217°88°100°
CMYK 0.880.550.00   0.00
XYZ24.555519.693296.2729
Yxy19.69320.17470.1401
Hunter Lab44.377021.1111-97.5617
CIE-Lab51.488527.5503-75.6007

#1e73fe color RGB value is (30,115,254).

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

The process color (four color CMYK) of #1e73fe color hex is 0.88, 0.55, 0.00, 0.00. Web safe color of #1e73fe is #3366ff. Color #1e73fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 01110011 11111110
Octal 36 163 376
Decimal 30 115 254
Hex 1E 73 FE

RGB Percentages of Color #1e73fe

%7.52
%28.82
%63.66

CMYK Percentages of Color #1e73fe

%88
%55
%0
%0

Triadic Colors of #1e73fe

#1e73fe #fe1e73 #73fe1e

Analogous Colors of #1e73fe

#1e73fe #391efe #1ee3fe

Monochromatic Colors of #1e73fe

#1e73fe

Complementary Color

#1e73fe #fea91e

#1e73fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1e73fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#1e73fe Color CSS Codes

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

#1e73fe Text Font Color

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

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


#1e73fe Background Color

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

This div background color is #1e73fe


#1e73fe Border Color

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

This div border color is #1e73fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1e73fe


Comments

No comments written yet.

Please login to write comment.