Color Hex Logo

#143ebe Color Hex

#143EBE
(20,62,190)
0 Favorites   0 Comments

Color spaces of #143ebe

RGB 2062190
HSL0.630.810.41
HSV225°89°75°
CMYK 0.890.670.00   0.25
XYZ11.30547.311749.5306
Yxy7.31170.16590.1073
Hunter Lab27.040227.3100-89.6759
CIE-Lab32.506236.8181-70.1845

#143ebe color RGB value is (20,62,190).

#143ebe hex color red value is 20, green value is 62 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #143ebe hue: 0.63 , saturation: 0.81 and the lightness value of 143ebe is 0.41.

The process color (four color CMYK) of #143ebe color hex is 0.89, 0.67, 0.00, 0.25. Web safe color of #143ebe is #0033cc. Color #143ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00111110 10111110
Octal 24 76 276
Decimal 20 62 190
Hex 14 3E BE

RGB Percentages of Color #143ebe

%7.35
%22.79
%69.85

CMYK Percentages of Color #143ebe

%89
%67
%0
%25

Triadic Colors of #143ebe

#143ebe #be143e #3ebe14

Analogous Colors of #143ebe

#143ebe #3f14be #1493be

Monochromatic Colors of #143ebe

#143ebe

Complementary Color

#143ebe #be9414

#143ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#143ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#143ebe Color CSS Codes

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

#143ebe Text Font Color

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

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


#143ebe Background Color

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

This div background color is #143ebe


#143ebe Border Color

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

This div border color is #143ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #143ebe


Comments

No comments written yet.

Please login to write comment.