Color Hex Logo

#143bdd Color Hex

#143BDD
(20,59,221)
0 Favorites   0 Comments

Color spaces of #143bdd

RGB 2059221
HSL0.630.830.47
HSV228°91°87°
CMYK 0.910.730.00   0.13
XYZ14.90368.497169.2612
Yxy8.49710.16080.0917
Hunter Lab29.149840.2507-120.4709
CIE-Lab34.997449.8049-84.0780

#143bdd color RGB value is (20,59,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 00111011 11011101
Octal 24 73 335
Decimal 20 59 221
Hex 14 3B DD

RGB Percentages of Color #143bdd

%6.67
%19.67
%73.67

CMYK Percentages of Color #143bdd

%91
%73
%0
%13

Triadic Colors of #143bdd

#143bdd #dd143b #3bdd14

Analogous Colors of #143bdd

#143bdd #5214dd #14a0dd

Monochromatic Colors of #143bdd

#143bdd

Complementary Color

#143bdd #ddb614

#143bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#143bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#143bdd Color CSS Codes

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

#143bdd Text Font Color

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

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


#143bdd Background Color

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

This div background color is #143bdd


#143bdd Border Color

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

This div border color is #143bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #143bdd


Comments

No comments written yet.

Please login to write comment.