Color Hex Logo

#143bff Color Hex

#143BFF
(20,59,255)
0 Favorites   0 Comments

Color spaces of #143bff

RGB 2059255
HSL0.641.000.54
HSV230°92°100°
CMYK 0.920.770.00   0.00
XYZ19.902510.496795.5848
Yxy10.49670.15800.0833
Hunter Lab32.398652.9552-152.2428
CIE-Lab38.719561.0511-97.1578

#143bff color RGB value is (20,59,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 00111011 11111111
Octal 24 73 377
Decimal 20 59 255
Hex 14 3B FF

RGB Percentages of Color #143bff

%5.99
%17.66
%76.35

CMYK Percentages of Color #143bff

%92
%77
%0
%0

Triadic Colors of #143bff

#143bff #ff143b #3bff14

Analogous Colors of #143bff

#143bff #6214ff #14b1ff

Monochromatic Colors of #143bff

#143bff

Complementary Color

#143bff #ffd814

#143bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#143bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#143bff Color CSS Codes

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

#143bff Text Font Color

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

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


#143bff Background Color

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

This div background color is #143bff


#143bff Border Color

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

This div border color is #143bff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,59,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 #143bff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #143bff

Related Colors


Comments

No comments written yet.

Please login to write comment.