Color Hex Logo

#143efa Color Hex

#143EFA
(20,62,250)
0 Favorites   0 Comments

Color spaces of #143efa

RGB 2062250
HSL0.640.960.53
HSV229°92°98°
CMYK 0.920.750.00   0.02
XYZ19.266410.496191.4530
Yxy10.49610.15890.0866
Hunter Lab32.397749.4552-144.6869
CIE-Lab38.718557.8581-94.3596

#143efa color RGB value is (20,62,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 00111110 11111010
Octal 24 76 372
Decimal 20 62 250
Hex 14 3E FA

RGB Percentages of Color #143efa

%6.02
%18.67
%75.30

CMYK Percentages of Color #143efa

%92
%75
%0
%2

Triadic Colors of #143efa

#143efa #fa143e #3efa14

Analogous Colors of #143efa

#143efa #5d14fa #14b1fa

Monochromatic Colors of #143efa

#143efa

Complementary Color

#143efa #fad014

#143efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#143efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#143efa Color CSS Codes

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

#143efa Text Font Color

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

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


#143efa Background Color

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

This div background color is #143efa


#143efa Border Color

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

This div border color is #143efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #143efa


Comments

No comments written yet.

Please login to write comment.