Color Hex Logo

#1540ea Color Hex

#1540EA
(21,64,234)
0 Favorites   0 Comments

Color spaces of #1540ea

RGB 2164234
HSL0.630.840.50
HSV228°91°92°
CMYK 0.910.730.00   0.08
XYZ16.99399.766778.8314
Yxy9.76670.16090.0925
Hunter Lab31.251742.3733-127.6808
CIE-Lab37.420451.4189-87.4834

#1540ea color RGB value is (21,64,234).

#1540ea hex color red value is 21, green value is 64 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #1540ea hue: 0.63 , saturation: 0.84 and the lightness value of 1540ea is 0.50.

The process color (four color CMYK) of #1540ea color hex is 0.91, 0.73, 0.00, 0.08. Web safe color of #1540ea is #0033ff. Color #1540ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 01000000 11101010
Octal 25 100 352
Decimal 21 64 234
Hex 15 40 EA

RGB Percentages of Color #1540ea

%6.58
%20.06
%73.35

CMYK Percentages of Color #1540ea

%91
%73
%0
%8

Triadic Colors of #1540ea

#1540ea #ea1540 #40ea15

Analogous Colors of #1540ea

#1540ea #5415ea #15abea

Monochromatic Colors of #1540ea

#1540ea

Complementary Color

#1540ea #eabf15

#1540ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1540ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#1540ea Color CSS Codes

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

#1540ea Text Font Color

<p style="color:#1540ea">Text here</p>

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


#1540ea Background Color

<div style="background-color:#1540ea">
Div content here</div>

This div background color is #1540ea


#1540ea Border Color

<div style="border:3px solid #1540ea">
Div here</div>

This div border color is #1540ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,64,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1540ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1540ea;
  -webkit-box-shadow: 1px 1px 3px 2px #1540ea;
  box-shadow:         1px 1px 3px 2px #1540ea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(21,64,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1540ea


Comments

No comments written yet.

Please login to write comment.