Color Hex Logo

#143ccb Color Hex

#143CCB
(20,60,203)
0 Favorites   0 Comments

Color spaces of #143ccb

RGB 2060203
HSL0.630.820.44
HSV227°90°80°
CMYK 0.900.700.00   0.20
XYZ12.68387.692257.3162
Yxy7.69220.16330.0990
Hunter Lab27.734833.0964-103.1131
CIE-Lab33.333542.8653-76.4287

#143ccb color RGB value is (20,60,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 00111100 11001011
Octal 24 74 313
Decimal 20 60 203
Hex 14 3C CB

RGB Percentages of Color #143ccb

%7.07
%21.20
%71.73

CMYK Percentages of Color #143ccb

%90
%70
%0
%20

Triadic Colors of #143ccb

#143ccb #cb143c #3ccb14

Analogous Colors of #143ccb

#143ccb #4814cb #1498cb

Monochromatic Colors of #143ccb

#143ccb

Complementary Color

#143ccb #cba314

#143ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#143ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#143ccb Color CSS Codes

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

#143ccb Text Font Color

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

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


#143ccb Background Color

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

This div background color is #143ccb


#143ccb Border Color

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

This div border color is #143ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #143ccb


Comments

No comments written yet.

Please login to write comment.