Color Hex Logo

#142abf Color Hex

#142ABF
(20,42,191)
0 Favorites   0 Comments

Color spaces of #142abf

RGB 2042191
HSL0.650.810.41
HSV232°90°75°
CMYK 0.900.780.00   0.25
XYZ10.52045.566249.8101
Yxy5.56620.15960.0845
Hunter Lab23.592838.3086-108.6606
CIE-Lab28.290549.1607-77.7417

#142abf color RGB value is (20,42,191).

#142abf hex color red value is 20, green value is 42 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #142abf hue: 0.65 , saturation: 0.81 and the lightness value of 142abf is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 00101010 10111111
Octal 24 52 277
Decimal 20 42 191
Hex 14 2A BF

RGB Percentages of Color #142abf

%7.91
%16.60
%75.49

CMYK Percentages of Color #142abf

%90
%78
%0
%25

Triadic Colors of #142abf

#142abf #bf142a #2abf14

Analogous Colors of #142abf

#142abf #5414bf #1480bf

Monochromatic Colors of #142abf

#142abf

Complementary Color

#142abf #bfa914

#142abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#142abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#142abf Color CSS Codes

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

#142abf Text Font Color

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

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


#142abf Background Color

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

This div background color is #142abf


#142abf Border Color

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

This div border color is #142abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #142abf


Comments

No comments written yet.

Please login to write comment.