Color Hex Logo

#441450 Color Hex

#441450
(68,20,80)
0 Favorites   0 Comments

Color spaces of #441450

RGB 682080
HSL0.800.600.20
HSV288°75°31°
CMYK 0.150.750.00   0.69
XYZ4.08202.30847.8198
Yxy2.30840.28730.1624
Hunter Lab15.193421.3689-19.8802
CIE-Lab17.029032.7319-26.1868

#441450 color RGB value is (68,20,80).

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

The process color (four color CMYK) of #441450 color hex is 0.15, 0.75, 0.00, 0.69. Web safe color of #441450 is #330066. Color #441450 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00010100 01010000
Octal 104 24 120
Decimal 68 20 80
Hex 44 14 50

RGB Percentages of Color #441450

%40.48
%11.90
%47.62

CMYK Percentages of Color #441450

%15
%75
%0
%69

Triadic Colors of #441450

#441450 #504414 #145044

Analogous Colors of #441450

#441450 #50143e #261450

Monochromatic Colors of #441450

#441450

Complementary Color

#441450 #205014

#441450 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#441450 Color Preview on White Background

Lorem ipsum dolor sit amet.

#441450 Color CSS Codes

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

#441450 Text Font Color

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

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


#441450 Background Color

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

This div background color is #441450


#441450 Border Color

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

This div border color is #441450


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #441450


Comments

No comments written yet.

Please login to write comment.