Color Hex Logo

#441352 Color Hex

#441352
(68,19,82)
0 Favorites   0 Comments

Color spaces of #441352

RGB 681982
HSL0.800.620.20
HSV287°77°32°
CMYK 0.170.770.00   0.68
XYZ4.13982.30398.2091
Yxy2.30390.28250.1572
Hunter Lab15.178622.1214-21.4410
CIE-Lab17.007533.6470-27.5811

#441352 color RGB value is (68,19,82).

#441352 hex color red value is 68, green value is 19 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #441352 hue: 0.80 , saturation: 0.62 and the lightness value of 441352 is 0.20.

The process color (four color CMYK) of #441352 color hex is 0.17, 0.77, 0.00, 0.68. Web safe color of #441352 is #330066. Color #441352 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00010011 01010010
Octal 104 23 122
Decimal 68 19 82
Hex 44 13 52

RGB Percentages of Color #441352

%40.24
%11.24
%48.52

CMYK Percentages of Color #441352

%17
%77
%0
%68

Triadic Colors of #441352

#441352 #524413 #135244

Analogous Colors of #441352

#441352 #521341 #251352

Monochromatic Colors of #441352

#441352

Complementary Color

#441352 #215213

#441352 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#441352 Color Preview on White Background

Lorem ipsum dolor sit amet.

#441352 Color CSS Codes

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

#441352 Text Font Color

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

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


#441352 Background Color

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

This div background color is #441352


#441352 Border Color

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

This div border color is #441352


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #441352


Comments

No comments written yet.

Please login to write comment.