Color Hex Logo

#143cce Color Hex

#143CCE
(20,60,206)
0 Favorites   0 Comments

Color spaces of #143cce

RGB 2060206
HSL0.630.820.44
HSV227°90°81°
CMYK 0.900.710.00   0.19
XYZ13.04497.836759.2176
Yxy7.83670.16290.0978
Hunter Lab27.994134.1891-105.8238
CIE-Lab33.640543.9441-77.6657

#143cce color RGB value is (20,60,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 00111100 11001110
Octal 24 74 316
Decimal 20 60 206
Hex 14 3C CE

RGB Percentages of Color #143cce

%6.99
%20.98
%72.03

CMYK Percentages of Color #143cce

%90
%71
%0
%19

Triadic Colors of #143cce

#143cce #ce143c #3cce14

Analogous Colors of #143cce

#143cce #4914ce #1499ce

Monochromatic Colors of #143cce

#143cce

Complementary Color

#143cce #cea614

#143cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#143cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#143cce Color CSS Codes

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

#143cce Text Font Color

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

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


#143cce Background Color

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

This div background color is #143cce


#143cce Border Color

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

This div border color is #143cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #143cce


Comments

No comments written yet.

Please login to write comment.