Color Hex Logo

#140ccb Color Hex

#140CCB
(20,12,203)
0 Favorites   0 Comments

Color spaces of #140ccb

RGB 2012203
HSL0.670.890.42
HSV243°94°80°
CMYK 0.900.940.00   0.20
XYZ11.19954.723556.8214
Yxy4.72350.15400.0649
Hunter Lab21.733653.9486-139.7971
CIE-Lab25.932064.3849-88.7237

#140ccb color RGB value is (20,12,203).

#140ccb hex color red value is 20, green value is 12 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #140ccb hue: 0.67 , saturation: 0.89 and the lightness value of 140ccb is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 00001100 11001011
Octal 24 14 313
Decimal 20 12 203
Hex 14 C CB

RGB Percentages of Color #140ccb

%8.51
%5.11
%86.38

CMYK Percentages of Color #140ccb

%90
%94
%0
%20

Triadic Colors of #140ccb

#140ccb #cb140c #0ccb14

Analogous Colors of #140ccb

#140ccb #740ccb #0c64cb

Monochromatic Colors of #140ccb

#140ccb

Complementary Color

#140ccb #c3cb0c

#140ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#140ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#140ccb Color CSS Codes

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

#140ccb Text Font Color

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

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


#140ccb Background Color

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

This div background color is #140ccb


#140ccb Border Color

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

This div border color is #140ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #140ccb


Comments

No comments written yet.

Please login to write comment.