Color Hex Logo

#143aff Color Hex

#143AFF
(20,58,255)
0 Favorites   0 Comments

Color spaces of #143aff

RGB 2058255
HSL0.641.000.54
HSV230°92°100°
CMYK 0.920.770.00   0.00
XYZ19.851510.394895.5679
Yxy10.39480.15780.0826
Hunter Lab32.241053.4848-153.1773
CIE-Lab38.541961.5630-97.4528

#143aff color RGB value is (20,58,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 00111010 11111111
Octal 24 72 377
Decimal 20 58 255
Hex 14 3A FF

RGB Percentages of Color #143aff

%6.01
%17.42
%76.58

CMYK Percentages of Color #143aff

%92
%77
%0
%0

Triadic Colors of #143aff

#143aff #ff143a #3aff14

Analogous Colors of #143aff

#143aff #6414ff #14b0ff

Monochromatic Colors of #143aff

#143aff

Complementary Color

#143aff #ffd914

#143aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#143aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#143aff Color CSS Codes

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

#143aff Text Font Color

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

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


#143aff Background Color

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

This div background color is #143aff


#143aff Border Color

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

This div border color is #143aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #143aff

Related Colors


Comments

No comments written yet.

Please login to write comment.