Color Hex Logo

#142085 Color Hex

#142085
(20,32,133)
0 Favorites   0 Comments

Color spaces of #142085

RGB 2032133
HSL0.650.740.30
HSV234°85°52°
CMYK 0.850.760.00   0.48
XYZ5.03862.875222.4797
Yxy2.87520.16580.0946
Hunter Lab16.956423.3676-66.7333
CIE-Lab19.537034.6514-56.9355

#142085 color RGB value is (20,32,133).

#142085 hex color red value is 20, green value is 32 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #142085 hue: 0.65 , saturation: 0.74 and the lightness value of 142085 is 0.30.

The process color (four color CMYK) of #142085 color hex is 0.85, 0.76, 0.00, 0.48. Web safe color of #142085 is #003399. Color #142085 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00100000 10000101
Octal 24 40 205
Decimal 20 32 133
Hex 14 20 85

RGB Percentages of Color #142085

%10.81
%17.30
%71.89

CMYK Percentages of Color #142085

%85
%76
%0
%48

Triadic Colors of #142085

#142085 #851420 #208514

Analogous Colors of #142085

#142085 #411485 #145885

Monochromatic Colors of #142085

#142085

Complementary Color

#142085 #857914

#142085 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#142085 Color Preview on White Background

Lorem ipsum dolor sit amet.

#142085 Color CSS Codes

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

#142085 Text Font Color

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

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


#142085 Background Color

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

This div background color is #142085


#142085 Border Color

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

This div border color is #142085


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #142085


Comments

No comments written yet.

Please login to write comment.