Color Hex Logo

#440237 Color Hex

#440237
(68,2,55)
0 Favorites   0 Comments

Color spaces of #440237

RGB 68255
HSL0.870.940.14
HSV312°97°27°
CMYK 0.000.970.19   0.73
XYZ3.09521.54823.7501
Yxy1.54820.36880.1845
Hunter Lab12.442722.6284-9.1596
CIE-Lab12.911335.0513-15.2245

#440237 color RGB value is (68,2,55).

#440237 hex color red value is 68, green value is 2 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #440237 hue: 0.87 , saturation: 0.94 and the lightness value of 440237 is 0.14.

The process color (four color CMYK) of #440237 color hex is 0.00, 0.97, 0.19, 0.73. Web safe color of #440237 is #330033. Color #440237 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00000010 00110111
Octal 104 2 67
Decimal 68 2 55
Hex 44 2 37

RGB Percentages of Color #440237

%54.40
%1.60
%44.00

CMYK Percentages of Color #440237

%0
%97
%19
%73

Triadic Colors of #440237

#440237 #374402 #023744

Analogous Colors of #440237

#440237 #440216 #300244

Monochromatic Colors of #440237

#440237

Complementary Color

#440237 #02440f

#440237 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#440237 Color Preview on White Background

Lorem ipsum dolor sit amet.

#440237 Color CSS Codes

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

#440237 Text Font Color

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

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


#440237 Background Color

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

This div background color is #440237


#440237 Border Color

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

This div border color is #440237


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,2,55, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #440237; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #440237;
  -webkit-box-shadow: 1px 1px 3px 2px #440237;
  box-shadow:         1px 1px 3px 2px #440237; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #440237


Comments

No comments written yet.

Please login to write comment.