Color Hex Logo

#147dcb Color Hex

#147DCB
(20,125,203)
0 Favorites   0 Comments

Color spaces of #147dcb

RGB 20125203
HSL0.570.820.44
HSV206°90°80°
CMYK 0.900.380.00   0.20
XYZ18.401619.127859.2221
Yxy19.12780.19020.1977
Hunter Lab43.7353-1.4332-49.6700
CIE-Lab50.83641.1637-48.0216

#147dcb color RGB value is (20,125,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 01111101 11001011
Octal 24 175 313
Decimal 20 125 203
Hex 14 7D CB

RGB Percentages of Color #147dcb

%5.75
%35.92
%58.33

CMYK Percentages of Color #147dcb

%90
%38
%0
%20

Triadic Colors of #147dcb

#147dcb #cb147d #7dcb14

Analogous Colors of #147dcb

#147dcb #1422cb #14cbbe

Monochromatic Colors of #147dcb

#147dcb

Complementary Color

#147dcb #cb6214

#147dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#147dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#147dcb Color CSS Codes

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

#147dcb Text Font Color

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

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


#147dcb Background Color

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

This div background color is #147dcb


#147dcb Border Color

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

This div border color is #147dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #147dcb


Comments

No comments written yet.

Please login to write comment.