Color Hex Logo

#1e099d Color Hex

#1E099D
(30,9,157)
0 Favorites   0 Comments

Color spaces of #1e099d

RGB 309157
HSL0.690.890.33
HSV249°94°62°
CMYK 0.810.940.00   0.38
XYZ6.71892.905732.1050
Yxy2.90570.16100.0696
Hunter Lab17.046140.5269-99.7357
CIE-Lab19.662253.0230-71.6306

#1e099d color RGB value is (30,9,157).

#1e099d hex color red value is 30, green value is 9 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #1e099d hue: 0.69 , saturation: 0.89 and the lightness value of 1e099d is 0.33.

The process color (four color CMYK) of #1e099d color hex is 0.81, 0.94, 0.00, 0.38. Web safe color of #1e099d is #330099. Color #1e099d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 00001001 10011101
Octal 36 11 235
Decimal 30 9 157
Hex 1E 9 9D

RGB Percentages of Color #1e099d

%15.31
%4.59
%80.10

CMYK Percentages of Color #1e099d

%81
%94
%0
%38

Triadic Colors of #1e099d

#1e099d #9d1e09 #099d1e

Analogous Colors of #1e099d

#1e099d #68099d #093e9d

Monochromatic Colors of #1e099d

#1e099d

Complementary Color

#1e099d #889d09

#1e099d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1e099d Color Preview on White Background

Lorem ipsum dolor sit amet.

#1e099d Color CSS Codes

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

#1e099d Text Font Color

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

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


#1e099d Background Color

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

This div background color is #1e099d


#1e099d Border Color

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

This div border color is #1e099d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1e099d


Comments

No comments written yet.

Please login to write comment.