Color Hex Logo

#142bdd Color Hex

#142BDD
(20,43,221)
0 Favorites   0 Comments

Color spaces of #142bdd

RGB 2043221
HSL0.650.830.47
HSV233°91°87°
CMYK 0.910.810.00   0.13
XYZ14.20357.096969.0279
Yxy7.09690.15720.0786
Hunter Lab26.640048.5498-134.9805
CIE-Lab32.026558.3209-89.0069

#142bdd color RGB value is (20,43,221).

#142bdd hex color red value is 20, green value is 43 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #142bdd hue: 0.65 , saturation: 0.83 and the lightness value of 142bdd is 0.47.

The process color (four color CMYK) of #142bdd color hex is 0.91, 0.81, 0.00, 0.13. Web safe color of #142bdd is #0033cc. Color #142bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00101011 11011101
Octal 24 53 335
Decimal 20 43 221
Hex 14 2B DD

RGB Percentages of Color #142bdd

%7.04
%15.14
%77.82

CMYK Percentages of Color #142bdd

%91
%81
%0
%13

Triadic Colors of #142bdd

#142bdd #dd142b #2bdd14

Analogous Colors of #142bdd

#142bdd #6214dd #1490dd

Monochromatic Colors of #142bdd

#142bdd

Complementary Color

#142bdd #ddc614

#142bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#142bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#142bdd Color CSS Codes

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

#142bdd Text Font Color

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

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


#142bdd Background Color

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

This div background color is #142bdd


#142bdd Border Color

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

This div border color is #142bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #142bdd


Comments

No comments written yet.

Please login to write comment.