Color Hex Logo

#142dbc Color Hex

#142DBC
(20,45,188)
0 Favorites   0 Comments

Color spaces of #142dbc

RGB 2045188
HSL0.640.810.41
HSV231°89°74°
CMYK 0.890.760.00   0.26
XYZ10.30405.656348.1257
Yxy5.65630.16080.0883
Hunter Lab23.783035.7151-103.3273
CIE-Lab28.528246.4787-75.5748

#142dbc color RGB value is (20,45,188).

#142dbc hex color red value is 20, green value is 45 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #142dbc hue: 0.64 , saturation: 0.81 and the lightness value of 142dbc is 0.41.

The process color (four color CMYK) of #142dbc color hex is 0.89, 0.76, 0.00, 0.26. Web safe color of #142dbc is #0033cc. Color #142dbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00101101 10111100
Octal 24 55 274
Decimal 20 45 188
Hex 14 2D BC

RGB Percentages of Color #142dbc

%7.91
%17.79
%74.31

CMYK Percentages of Color #142dbc

%89
%76
%0
%26

Triadic Colors of #142dbc

#142dbc #bc142d #2dbc14

Analogous Colors of #142dbc

#142dbc #4f14bc #1481bc

Monochromatic Colors of #142dbc

#142dbc

Complementary Color

#142dbc #bca314

#142dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#142dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#142dbc Color CSS Codes

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

#142dbc Text Font Color

<p style="color:#142dbc">Text here</p>

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


#142dbc Background Color

<div style="background-color:#142dbc">
Div content here</div>

This div background color is #142dbc


#142dbc Border Color

<div style="border:3px solid #142dbc">
Div here</div>

This div border color is #142dbc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,45,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #142dbc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #142dbc;
  -webkit-box-shadow: 1px 1px 3px 2px #142dbc;
  box-shadow:         1px 1px 3px 2px #142dbc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #142dbc


Comments

No comments written yet.

Please login to write comment.