Color Hex Logo

#142dc5 Color Hex

#142DC5
(20,45,197)
0 Favorites   0 Comments

Color spaces of #142dc5

RGB 2045197
HSL0.640.820.43
HSV232°90°77°
CMYK 0.900.770.00   0.23
XYZ11.30496.056753.3966
Yxy6.05670.15980.0856
Hunter Lab24.610438.9268-111.4130
CIE-Lab29.555149.5349-79.1748

#142dc5 color RGB value is (20,45,197).

#142dc5 hex color red value is 20, green value is 45 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #142dc5 hue: 0.64 , saturation: 0.82 and the lightness value of 142dc5 is 0.43.

The process color (four color CMYK) of #142dc5 color hex is 0.90, 0.77, 0.00, 0.23. Web safe color of #142dc5 is #0033cc. Color #142dc5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00101101 11000101
Octal 24 55 305
Decimal 20 45 197
Hex 14 2D C5

RGB Percentages of Color #142dc5

%7.63
%17.18
%75.19

CMYK Percentages of Color #142dc5

%90
%77
%0
%23

Triadic Colors of #142dc5

#142dc5 #c5142d #2dc514

Analogous Colors of #142dc5

#142dc5 #5414c5 #1486c5

Monochromatic Colors of #142dc5

#142dc5

Complementary Color

#142dc5 #c5ac14

#142dc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#142dc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#142dc5 Color CSS Codes

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

#142dc5 Text Font Color

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

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


#142dc5 Background Color

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

This div background color is #142dc5


#142dc5 Border Color

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

This div border color is #142dc5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,45,197, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #142dc5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #142dc5;
  -webkit-box-shadow: 1px 1px 3px 2px #142dc5;
  box-shadow:         1px 1px 3px 2px #142dc5; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #142dc5


Comments

No comments written yet.

Please login to write comment.