Color Hex Logo

#140ccf Color Hex

#140CCF
(20,12,207)
0 Favorites   0 Comments

Color spaces of #140ccf

RGB 2012207
HSL0.670.890.43
HSV242°94°81°
CMYK 0.900.940.00   0.19
XYZ11.68244.916759.3648
Yxy4.91670.15380.0647
Hunter Lab22.173655.2407-143.2138
CIE-Lab26.496165.4271-90.1186

#140ccf color RGB value is (20,12,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 00001100 11001111
Octal 24 14 317
Decimal 20 12 207
Hex 14 C CF

RGB Percentages of Color #140ccf

%8.37
%5.02
%86.61

CMYK Percentages of Color #140ccf

%90
%94
%0
%19

Triadic Colors of #140ccf

#140ccf #cf140c #0ccf14

Analogous Colors of #140ccf

#140ccf #760ccf #0c66cf

Monochromatic Colors of #140ccf

#140ccf

Complementary Color

#140ccf #c7cf0c

#140ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#140ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#140ccf Color CSS Codes

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

#140ccf Text Font Color

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

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


#140ccf Background Color

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

This div background color is #140ccf


#140ccf Border Color

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

This div border color is #140ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #140ccf


Comments

No comments written yet.

Please login to write comment.