Color Hex Logo

#143afa Color Hex

#143AFA
(20,58,250)
0 Favorites   0 Comments

Color spaces of #143afa

RGB 2058250
HSL0.640.960.53
HSV230°92°98°
CMYK 0.920.770.00   0.02
XYZ19.056910.077091.3831
Yxy10.07700.15810.0836
Hunter Lab31.744351.6056-148.4586
CIE-Lab37.980359.9715-95.5842

#143afa color RGB value is (20,58,250).

#143afa hex color red value is 20, green value is 58 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #143afa hue: 0.64 , saturation: 0.96 and the lightness value of 143afa is 0.53.

The process color (four color CMYK) of #143afa color hex is 0.92, 0.77, 0.00, 0.02. Web safe color of #143afa is #0033ff. Color #143afa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00111010 11111010
Octal 24 72 372
Decimal 20 58 250
Hex 14 3A FA

RGB Percentages of Color #143afa

%6.10
%17.68
%76.22

CMYK Percentages of Color #143afa

%92
%77
%0
%2

Triadic Colors of #143afa

#143afa #fa143a #3afa14

Analogous Colors of #143afa

#143afa #6114fa #14adfa

Monochromatic Colors of #143afa

#143afa

Complementary Color

#143afa #fad414

#143afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#143afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#143afa Color CSS Codes

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

#143afa Text Font Color

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

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


#143afa Background Color

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

This div background color is #143afa


#143afa Border Color

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

This div border color is #143afa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,58,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #143afa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #143afa;
  -webkit-box-shadow: 1px 1px 3px 2px #143afa;
  box-shadow:         1px 1px 3px 2px #143afa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #143afa


Comments

No comments written yet.

Please login to write comment.