Color Hex Logo

#142275 Color Hex

#142275
(20,34,117)
0 Favorites   0 Comments

Color spaces of #142275

RGB 2034117
HSL0.640.710.27
HSV231°83°46°
CMYK 0.830.710.00   0.54
XYZ4.07142.577117.1125
Yxy2.57710.17130.1085
Hunter Lab16.053317.1773-51.9644
CIE-Lab18.263827.2578-48.8559

#142275 color RGB value is (20,34,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 00100010 01110101
Octal 24 42 165
Decimal 20 34 117
Hex 14 22 75

RGB Percentages of Color #142275

%11.70
%19.88
%68.42

CMYK Percentages of Color #142275

%83
%71
%0
%54

Triadic Colors of #142275

#142275 #751422 #227514

Analogous Colors of #142275

#142275 #371475 #145275

Monochromatic Colors of #142275

#142275

Complementary Color

#142275 #756714

#142275 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#142275 Color Preview on White Background

Lorem ipsum dolor sit amet.

#142275 Color CSS Codes

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

#142275 Text Font Color

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

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


#142275 Background Color

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

This div background color is #142275


#142275 Border Color

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

This div border color is #142275


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #142275


Comments

No comments written yet.

Please login to write comment.