Color Hex Logo

#1e196c Color Hex

#1E196C
(30,25,108)
0 Favorites   0 Comments

Color spaces of #1e196c

RGB 3025108
HSL0.680.620.26
HSV244°77°42°
CMYK 0.720.770.00   0.58
XYZ3.58982.054014.3946
Yxy2.05400.17910.1025
Hunter Lab14.331819.6297-49.5176
CIE-Lab15.768130.8254-47.1123

#1e196c color RGB value is (30,25,108).

#1e196c hex color red value is 30, green value is 25 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #1e196c hue: 0.68 , saturation: 0.62 and the lightness value of 1e196c is 0.26.

The process color (four color CMYK) of #1e196c color hex is 0.72, 0.77, 0.00, 0.58. Web safe color of #1e196c is #330066. Color #1e196c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 00011001 01101100
Octal 36 31 154
Decimal 30 25 108
Hex 1E 19 6C

RGB Percentages of Color #1e196c

%18.40
%15.34
%66.26

CMYK Percentages of Color #1e196c

%72
%77
%0
%58

Triadic Colors of #1e196c

#1e196c #6c1e19 #196c1e

Analogous Colors of #1e196c

#1e196c #47196c #193e6c

Monochromatic Colors of #1e196c

#1e196c

Complementary Color

#1e196c #676c19

#1e196c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1e196c Color Preview on White Background

Lorem ipsum dolor sit amet.

#1e196c Color CSS Codes

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

#1e196c Text Font Color

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

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


#1e196c Background Color

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

This div background color is #1e196c


#1e196c Border Color

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

This div border color is #1e196c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1e196c


Comments

No comments written yet.

Please login to write comment.