Color Hex Logo

#140030 Color Hex

#140030
(20,0,48)
0 Favorites   0 Comments

Color spaces of #140030

RGB 20048
HSL0.741.000.09
HSV265°100°19°
CMYK 0.581.000.00   0.81
XYZ0.82200.36212.8229
Yxy0.36210.20510.0904
Hunter Lab6.017513.8529-23.6017
CIE-Lab3.270819.5740-25.9681

#140030 color RGB value is (20,0,48).

#140030 hex color red value is 20, green value is 0 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #140030 hue: 0.74 , saturation: 1.00 and the lightness value of 140030 is 0.09.

The process color (four color CMYK) of #140030 color hex is 0.58, 1.00, 0.00, 0.81. Web safe color of #140030 is #000033. Color #140030 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00000000 00110000
Octal 24 0 60
Decimal 20 0 48
Hex 14 0 30

RGB Percentages of Color #140030

%29.41
%0.00
%70.59

CMYK Percentages of Color #140030

%58
%100
%0
%81

Triadic Colors of #140030

#140030 #301400 #003014

Analogous Colors of #140030

#140030 #2c0030 #000430

Monochromatic Colors of #140030

#140030

Complementary Color

#140030 #1c3000

#140030 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#140030 Color Preview on White Background

Lorem ipsum dolor sit amet.

#140030 Color CSS Codes

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

#140030 Text Font Color

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

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


#140030 Background Color

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

This div background color is #140030


#140030 Border Color

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

This div border color is #140030


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,0,48, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #140030; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #140030;
  -webkit-box-shadow: 1px 1px 3px 2px #140030;
  box-shadow:         1px 1px 3px 2px #140030; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #140030


Comments

No comments written yet.

Please login to write comment.