Color Hex Logo

#1e5cbe Color Hex

#1E5CBE
(30,92,190)
0 Favorites   0 Comments

Color spaces of #1e5cbe

RGB 3092190
HSL0.600.730.43
HSV217°84°75°
CMYK 0.840.520.00   0.25
XYZ13.656811.648050.2437
Yxy11.64800.18080.1542
Hunter Lab34.129211.7008-63.3941
CIE-Lab40.651117.6969-56.8762

#1e5cbe color RGB value is (30,92,190).

#1e5cbe hex color red value is 30, green value is 92 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #1e5cbe hue: 0.60 , saturation: 0.73 and the lightness value of 1e5cbe is 0.43.

The process color (four color CMYK) of #1e5cbe color hex is 0.84, 0.52, 0.00, 0.25. Web safe color of #1e5cbe is #3366cc. Color #1e5cbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 01011100 10111110
Octal 36 134 276
Decimal 30 92 190
Hex 1E 5C BE

RGB Percentages of Color #1e5cbe

%9.62
%29.49
%60.90

CMYK Percentages of Color #1e5cbe

%84
%52
%0
%25

Triadic Colors of #1e5cbe

#1e5cbe #be1e5c #5cbe1e

Analogous Colors of #1e5cbe

#1e5cbe #301ebe #1eacbe

Monochromatic Colors of #1e5cbe

#1e5cbe

Complementary Color

#1e5cbe #be801e

#1e5cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1e5cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#1e5cbe Color CSS Codes

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

#1e5cbe Text Font Color

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

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


#1e5cbe Background Color

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

This div background color is #1e5cbe


#1e5cbe Border Color

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

This div border color is #1e5cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1e5cbe


Comments

No comments written yet.

Please login to write comment.