Color Hex Logo

#143ace Color Hex

#143ACE
(20,58,206)
0 Favorites   0 Comments

Color spaces of #143ace

RGB 2058206
HSL0.630.820.44
HSV228°90°81°
CMYK 0.900.720.00   0.19
XYZ12.94217.631159.1833
Yxy7.63110.16230.0957
Hunter Lab27.624435.2848-107.6873
CIE-Lab33.202545.1526-78.3893

#143ace color RGB value is (20,58,206).

#143ace hex color red value is 20, green value is 58 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #143ace hue: 0.63 , saturation: 0.82 and the lightness value of 143ace is 0.44.

The process color (four color CMYK) of #143ace color hex is 0.90, 0.72, 0.00, 0.19. Web safe color of #143ace is #0033cc. Color #143ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00111010 11001110
Octal 24 72 316
Decimal 20 58 206
Hex 14 3A CE

RGB Percentages of Color #143ace

%7.04
%20.42
%72.54

CMYK Percentages of Color #143ace

%90
%72
%0
%19

Triadic Colors of #143ace

#143ace #ce143a #3ace14

Analogous Colors of #143ace

#143ace #4b14ce #1497ce

Monochromatic Colors of #143ace

#143ace

Complementary Color

#143ace #cea814

#143ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#143ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#143ace Color CSS Codes

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

#143ace Text Font Color

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

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


#143ace Background Color

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

This div background color is #143ace


#143ace Border Color

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

This div border color is #143ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #143ace


Comments

No comments written yet.

Please login to write comment.