Color Hex Logo

#141125 Color Hex

#141125
(20,17,37)
0 Favorites   0 Comments

Color spaces of #141125

RGB 201737
HSL0.690.370.11
HSV249°54°15°
CMYK 0.460.540.00   0.85
XYZ0.82290.68321.8388
Yxy0.68320.24600.2043
Hunter Lab8.26563.3062-7.4040
CIE-Lab6.17137.1088-13.0859

#141125 color RGB value is (20,17,37).

#141125 hex color red value is 20, green value is 17 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #141125 hue: 0.69 , saturation: 0.37 and the lightness value of 141125 is 0.11.

The process color (four color CMYK) of #141125 color hex is 0.46, 0.54, 0.00, 0.85. Web safe color of #141125 is #000033. Color #141125 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00010001 00100101
Octal 24 21 45
Decimal 20 17 37
Hex 14 11 25

RGB Percentages of Color #141125

%27.03
%22.97
%50.00

CMYK Percentages of Color #141125

%46
%54
%0
%85

Triadic Colors of #141125

#141125 #251411 #112514

Analogous Colors of #141125

#141125 #1e1125 #111825

Monochromatic Colors of #141125

#141125

Complementary Color

#141125 #222511

#141125 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#141125 Color Preview on White Background

Lorem ipsum dolor sit amet.

#141125 Color CSS Codes

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

#141125 Text Font Color

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

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


#141125 Background Color

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

This div background color is #141125


#141125 Border Color

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

This div border color is #141125


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #141125


Comments

No comments written yet.

Please login to write comment.