Color Hex Logo

#441755 Color Hex

#441755
(68,23,85)
0 Favorites   0 Comments

Color spaces of #441755

RGB 682385
HSL0.790.570.21
HSV284°73°33°
CMYK 0.200.730.00   0.67
XYZ4.33002.49768.8482
Yxy2.49760.27620.1593
Hunter Lab15.803821.2496-22.1325
CIE-Lab17.907732.4206-28.1670

#441755 color RGB value is (68,23,85).

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

The process color (four color CMYK) of #441755 color hex is 0.20, 0.73, 0.00, 0.67. Web safe color of #441755 is #330066. Color #441755 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00010111 01010101
Octal 104 27 125
Decimal 68 23 85
Hex 44 17 55

RGB Percentages of Color #441755

%38.64
%13.07
%48.30

CMYK Percentages of Color #441755

%20
%73
%0
%67

Triadic Colors of #441755

#441755 #554417 #175544

Analogous Colors of #441755

#441755 #551747 #251755

Monochromatic Colors of #441755

#441755

Complementary Color

#441755 #285517

#441755 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#441755 Color Preview on White Background

Lorem ipsum dolor sit amet.

#441755 Color CSS Codes

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

#441755 Text Font Color

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

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


#441755 Background Color

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

This div background color is #441755


#441755 Border Color

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

This div border color is #441755


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #441755


Comments

No comments written yet.

Please login to write comment.