Color Hex Logo

#441958 Color Hex

#441958
(68,25,88)
0 Favorites   0 Comments

Color spaces of #441958

RGB 682588
HSL0.780.560.22
HSV281°72°35°
CMYK 0.230.720.00   0.65
XYZ4.49302.62889.5031
Yxy2.62880.27030.1581
Hunter Lab16.213621.0910-23.4016
CIE-Lab18.491432.1182-29.2474

#441958 color RGB value is (68,25,88).

#441958 hex color red value is 68, green value is 25 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #441958 hue: 0.78 , saturation: 0.56 and the lightness value of 441958 is 0.22.

The process color (four color CMYK) of #441958 color hex is 0.23, 0.72, 0.00, 0.65. Web safe color of #441958 is #330066. Color #441958 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00011001 01011000
Octal 104 31 130
Decimal 68 25 88
Hex 44 19 58

RGB Percentages of Color #441958

%37.57
%13.81
%48.62

CMYK Percentages of Color #441958

%23
%72
%0
%65

Triadic Colors of #441958

#441958 #584419 #195844

Analogous Colors of #441958

#441958 #58194d #241958

Monochromatic Colors of #441958

#441958

Complementary Color

#441958 #2d5819

#441958 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#441958 Color Preview on White Background

Lorem ipsum dolor sit amet.

#441958 Color CSS Codes

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

#441958 Text Font Color

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

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


#441958 Background Color

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

This div background color is #441958


#441958 Border Color

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

This div border color is #441958


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #441958

#441958 Color Palettes


Comments

No comments written yet.

Please login to write comment.