Color Hex Logo

#441952 Color Hex

#441952
(68,25,82)
0 Favorites   0 Comments

Color spaces of #441952

RGB 682582
HSL0.790.530.21
HSV285°70°32°
CMYK 0.170.700.00   0.68
XYZ4.25452.53348.2474
Yxy2.53340.28300.1685
Hunter Lab15.916719.8586-19.5801
CIE-Lab18.069030.6816-25.8822

#441952 color RGB value is (68,25,82).

#441952 hex color red value is 68, green value is 25 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #441952 hue: 0.79 , saturation: 0.53 and the lightness value of 441952 is 0.21.

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 00011001 01010010
Octal 104 31 122
Decimal 68 25 82
Hex 44 19 52

RGB Percentages of Color #441952

%38.86
%14.29
%46.86

CMYK Percentages of Color #441952

%17
%70
%0
%68

Triadic Colors of #441952

#441952 #524419 #195244

Analogous Colors of #441952

#441952 #521944 #281952

Monochromatic Colors of #441952

#441952

Complementary Color

#441952 #275219

#441952 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#441952 Color Preview on White Background

Lorem ipsum dolor sit amet.

#441952 Color CSS Codes

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

#441952 Text Font Color

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

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


#441952 Background Color

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

This div background color is #441952


#441952 Border Color

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

This div border color is #441952


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(68,25,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 #441952">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #441952


Comments

No comments written yet.

Please login to write comment.