Color Hex Logo

#1e13c0 Color Hex

#1E13C0
(30,19,192)
0 Favorites   0 Comments

Color spaces of #1e13c0

RGB 3019192
HSL0.680.820.41
HSV244°90°75°
CMYK 0.840.900.00   0.25
XYZ10.28274.547550.2050
Yxy4.54750.15810.0699
Hunter Lab21.324948.7529-124.6587
CIE-Lab25.404659.7781-83.1236

#1e13c0 color RGB value is (30,19,192).

#1e13c0 hex color red value is 30, green value is 19 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #1e13c0 hue: 0.68 , saturation: 0.82 and the lightness value of 1e13c0 is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 00010011 11000000
Octal 36 23 300
Decimal 30 19 192
Hex 1E 13 C0

RGB Percentages of Color #1e13c0

%12.45
%7.88
%79.67

CMYK Percentages of Color #1e13c0

%84
%90
%0
%25

Triadic Colors of #1e13c0

#1e13c0 #c01e13 #13c01e

Analogous Colors of #1e13c0

#1e13c0 #7513c0 #135fc0

Monochromatic Colors of #1e13c0

#1e13c0

Complementary Color

#1e13c0 #b5c013

#1e13c0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1e13c0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1e13c0 Color CSS Codes

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

#1e13c0 Text Font Color

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

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


#1e13c0 Background Color

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

This div background color is #1e13c0


#1e13c0 Border Color

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

This div border color is #1e13c0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1e13c0


Comments

No comments written yet.

Please login to write comment.