Color Hex Logo

#1e34b1 Color Hex

#1E34B1
(30,52,177)
0 Favorites   0 Comments

Color spaces of #1e34b1

RGB 3052177
HSL0.640.710.41
HSV231°83°69°
CMYK 0.830.710.00   0.31
XYZ9.69925.906342.2238
Yxy5.90630.16770.1021
Hunter Lab24.302928.7087-85.9984
CIE-Lab29.174838.9327-67.9588

#1e34b1 color RGB value is (30,52,177).

#1e34b1 hex color red value is 30, green value is 52 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #1e34b1 hue: 0.64 , saturation: 0.71 and the lightness value of 1e34b1 is 0.41.

The process color (four color CMYK) of #1e34b1 color hex is 0.83, 0.71, 0.00, 0.31. Web safe color of #1e34b1 is #333399. Color #1e34b1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 00110100 10110001
Octal 36 64 261
Decimal 30 52 177
Hex 1E 34 B1

RGB Percentages of Color #1e34b1

%11.58
%20.08
%68.34

CMYK Percentages of Color #1e34b1

%83
%71
%0
%31

Triadic Colors of #1e34b1

#1e34b1 #b11e34 #34b11e

Analogous Colors of #1e34b1

#1e34b1 #521eb1 #1e7eb1

Monochromatic Colors of #1e34b1

#1e34b1

Complementary Color

#1e34b1 #b19b1e

#1e34b1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1e34b1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1e34b1 Color CSS Codes

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

#1e34b1 Text Font Color

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

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


#1e34b1 Background Color

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

This div background color is #1e34b1


#1e34b1 Border Color

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

This div border color is #1e34b1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1e34b1


Comments

No comments written yet.

Please login to write comment.