Color Hex Logo

#143482 Color Hex

#143482
(20,52,130)
0 Favorites   0 Comments

Color spaces of #143482

RGB 2052130
HSL0.620.730.29
HSV223°85°51°
CMYK 0.850.600.00   0.49
XYZ5.54574.216421.6406
Yxy4.21640.17660.1343
Hunter Lab20.533912.2742-48.1119
CIE-Lab24.374319.9017-47.1058

#143482 color RGB value is (20,52,130).

#143482 hex color red value is 20, green value is 52 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #143482 hue: 0.62 , saturation: 0.73 and the lightness value of 143482 is 0.29.

The process color (four color CMYK) of #143482 color hex is 0.85, 0.60, 0.00, 0.49. Web safe color of #143482 is #003399. Color #143482 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00110100 10000010
Octal 24 64 202
Decimal 20 52 130
Hex 14 34 82

RGB Percentages of Color #143482

%9.90
%25.74
%64.36

CMYK Percentages of Color #143482

%85
%60
%0
%49

Triadic Colors of #143482

#143482 #821434 #348214

Analogous Colors of #143482

#143482 #2b1482 #146b82

Monochromatic Colors of #143482

#143482

Complementary Color

#143482 #826214

#143482 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#143482 Color Preview on White Background

Lorem ipsum dolor sit amet.

#143482 Color CSS Codes

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

#143482 Text Font Color

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

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


#143482 Background Color

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

This div background color is #143482


#143482 Border Color

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

This div border color is #143482


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #143482


Comments

No comments written yet.

Please login to write comment.