Color Hex Logo

#143476 Color Hex

#143476
(20,52,118)
0 Favorites   0 Comments

Color spaces of #143476

RGB 2052118
HSL0.610.710.27
HSV220°83°46°
CMYK 0.830.560.00   0.54
XYZ4.78653.912717.6425
Yxy3.91270.18170.1485
Hunter Lab19.78058.5775-39.0351
CIE-Lab23.380714.8973-41.1366

#143476 color RGB value is (20,52,118).

#143476 hex color red value is 20, green value is 52 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #143476 hue: 0.61 , saturation: 0.71 and the lightness value of 143476 is 0.27.

The process color (four color CMYK) of #143476 color hex is 0.83, 0.56, 0.00, 0.54. Web safe color of #143476 is #003366. Color #143476 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00110100 01110110
Octal 24 64 166
Decimal 20 52 118
Hex 14 34 76

RGB Percentages of Color #143476

%10.53
%27.37
%62.11

CMYK Percentages of Color #143476

%83
%56
%0
%54

Triadic Colors of #143476

#143476 #761434 #347614

Analogous Colors of #143476

#143476 #251476 #146576

Monochromatic Colors of #143476

#143476

Complementary Color

#143476 #765614

#143476 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#143476 Color Preview on White Background

Lorem ipsum dolor sit amet.

#143476 Color CSS Codes

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

#143476 Text Font Color

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

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


#143476 Background Color

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

This div background color is #143476


#143476 Border Color

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

This div border color is #143476


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,52,118, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #143476; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #143476;
  -webkit-box-shadow: 1px 1px 3px 2px #143476;
  box-shadow:         1px 1px 3px 2px #143476; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #143476


Comments

No comments written yet.

Please login to write comment.