Color Hex Logo

#1e67ab Color Hex

#1E67AB
(30,103,171)
0 Favorites   0 Comments

Color spaces of #1e67ab

RGB 30103171
HSL0.580.700.39
HSV209°82°67°
CMYK 0.820.400.00   0.33
XYZ12.736412.916840.3500
Yxy12.91680.19300.1957
Hunter Lab35.93990.3619-41.4073
CIE-Lab42.63763.1138-42.5569

#1e67ab color RGB value is (30,103,171).

#1e67ab hex color red value is 30, green value is 103 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #1e67ab hue: 0.58 , saturation: 0.70 and the lightness value of 1e67ab is 0.39.

The process color (four color CMYK) of #1e67ab color hex is 0.82, 0.40, 0.00, 0.33. Web safe color of #1e67ab is #336699. Color #1e67ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 01100111 10101011
Octal 36 147 253
Decimal 30 103 171
Hex 1E 67 AB

RGB Percentages of Color #1e67ab

%9.87
%33.88
%56.25

CMYK Percentages of Color #1e67ab

%82
%40
%0
%33

Triadic Colors of #1e67ab

#1e67ab #ab1e67 #67ab1e

Analogous Colors of #1e67ab

#1e67ab #1e21ab #1eaba9

Monochromatic Colors of #1e67ab

#1e67ab

Complementary Color

#1e67ab #ab621e

#1e67ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1e67ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#1e67ab Color CSS Codes

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

#1e67ab Text Font Color

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

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


#1e67ab Background Color

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

This div background color is #1e67ab


#1e67ab Border Color

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

This div border color is #1e67ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1e67ab


Comments

No comments written yet.

Please login to write comment.