Color Hex Logo

#147aea Color Hex

#147AEA
(20,122,234)
0 Favorites   0 Comments

Color spaces of #147aea

RGB 20122234
HSL0.590.840.50
HSV211°91°92°
CMYK 0.910.480.00   0.08
XYZ22.099320.008380.5391
Yxy20.00830.18020.1631
Hunter Lab44.73069.9098-75.4423
CIE-Lab51.846615.0141-63.8983

#147aea color RGB value is (20,122,234).

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

The process color (four color CMYK) of #147aea color hex is 0.91, 0.48, 0.00, 0.08. Web safe color of #147aea is #0066ff. Color #147aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01111010 11101010
Octal 24 172 352
Decimal 20 122 234
Hex 14 7A EA

RGB Percentages of Color #147aea

%5.32
%32.45
%62.23

CMYK Percentages of Color #147aea

%91
%48
%0
%8

Triadic Colors of #147aea

#147aea #ea147a #7aea14

Analogous Colors of #147aea

#147aea #1914ea #14e5ea

Monochromatic Colors of #147aea

#147aea

Complementary Color

#147aea #ea8414

#147aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#147aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#147aea Color CSS Codes

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

#147aea Text Font Color

<p style="color:#147aea">Text here</p>

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


#147aea Background Color

<div style="background-color:#147aea">
Div content here</div>

This div background color is #147aea


#147aea Border Color

<div style="border:3px solid #147aea">
Div here</div>

This div border color is #147aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #147aea


Comments

No comments written yet.

Please login to write comment.