Color Hex Logo

#1448ea Color Hex

#1448EA
(20,72,234)
0 Favorites   0 Comments

Color spaces of #1448ea

RGB 2072234
HSL0.630.840.50
HSV225°91°92°
CMYK 0.910.690.00   0.08
XYZ17.457110.724078.9917
Yxy10.72400.16290.1001
Hunter Lab32.747537.8469-120.0927
CIE-Lab39.111746.6653-84.6891

#1448ea color RGB value is (20,72,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 01001000 11101010
Octal 24 110 352
Decimal 20 72 234
Hex 14 48 EA

RGB Percentages of Color #1448ea

%6.13
%22.09
%71.78

CMYK Percentages of Color #1448ea

%91
%69
%0
%8

Triadic Colors of #1448ea

#1448ea #ea1448 #48ea14

Analogous Colors of #1448ea

#1448ea #4b14ea #14b3ea

Monochromatic Colors of #1448ea

#1448ea

Complementary Color

#1448ea #eab614

#1448ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1448ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#1448ea Color CSS Codes

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

#1448ea Text Font Color

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

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


#1448ea Background Color

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

This div background color is #1448ea


#1448ea Border Color

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

This div border color is #1448ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,72,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 #1448ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1448ea


Comments

No comments written yet.

Please login to write comment.