Color Hex Logo

#1e257d Color Hex

#1E257D
(30,37,125)
0 Favorites   0 Comments

Color spaces of #1e257d

RGB 3037125
HSL0.650.610.30
HSV236°76°49°
CMYK 0.760.700.00   0.51
XYZ4.89873.079819.7383
Yxy3.07980.17670.1111
Hunter Lab17.549419.1148-54.4007
CIE-Lab20.360729.3462-50.5005

#1e257d color RGB value is (30,37,125).

#1e257d hex color red value is 30, green value is 37 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #1e257d hue: 0.65 , saturation: 0.61 and the lightness value of 1e257d is 0.30.

The process color (four color CMYK) of #1e257d color hex is 0.76, 0.70, 0.00, 0.51. Web safe color of #1e257d is #333366. Color #1e257d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 00100101 01111101
Octal 36 45 175
Decimal 30 37 125
Hex 1E 25 7D

RGB Percentages of Color #1e257d

%15.63
%19.27
%65.10

CMYK Percentages of Color #1e257d

%76
%70
%0
%51

Triadic Colors of #1e257d

#1e257d #7d1e25 #257d1e

Analogous Colors of #1e257d

#1e257d #461e7d #1e557d

Monochromatic Colors of #1e257d

#1e257d

Complementary Color

#1e257d #7d761e

#1e257d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1e257d Color Preview on White Background

Lorem ipsum dolor sit amet.

#1e257d Color CSS Codes

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

#1e257d Text Font Color

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

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


#1e257d Background Color

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

This div background color is #1e257d


#1e257d Border Color

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

This div border color is #1e257d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1e257d


Comments

No comments written yet.

Please login to write comment.