Color Hex Logo

#147ece Color Hex

#147ECE
(20,126,206)
0 Favorites   0 Comments

Color spaces of #147ece

RGB 20126206
HSL0.570.820.44
HSV206°90°81°
CMYK 0.900.390.00   0.19
XYZ18.889919.526761.1659
Yxy19.52670.18970.1961
Hunter Lab44.1890-1.0257-51.1362
CIE-Lab51.29781.7110-48.9930

#147ece color RGB value is (20,126,206).

#147ece hex color red value is 20, green value is 126 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #147ece hue: 0.57 , saturation: 0.82 and the lightness value of 147ece is 0.44.

The process color (four color CMYK) of #147ece color hex is 0.90, 0.39, 0.00, 0.19. Web safe color of #147ece is #0066cc. Color #147ece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01111110 11001110
Octal 24 176 316
Decimal 20 126 206
Hex 14 7E CE

RGB Percentages of Color #147ece

%5.68
%35.80
%58.52

CMYK Percentages of Color #147ece

%90
%39
%0
%19

Triadic Colors of #147ece

#147ece #ce147e #7ece14

Analogous Colors of #147ece

#147ece #1421ce #14cec1

Monochromatic Colors of #147ece

#147ece

Complementary Color

#147ece #ce6414

#147ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#147ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#147ece Color CSS Codes

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

#147ece Text Font Color

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

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


#147ece Background Color

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

This div background color is #147ece


#147ece Border Color

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

This div border color is #147ece


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,126,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #147ece


Comments

No comments written yet.

Please login to write comment.