Color Hex Logo

#441278 Color Hex

#441278
(68,18,120)
0 Favorites   0 Comments

Color spaces of #441278

RGB 6818120
HSL0.750.740.27
HSV269°85°47°
CMYK 0.430.850.00   0.53
XYZ5.99043.017618.0360
Yxy3.01760.22150.1116
Hunter Lab17.371231.1553-49.3990
CIE-Lab20.114243.3150-47.5731

#441278 color RGB value is (68,18,120).

#441278 hex color red value is 68, green value is 18 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #441278 hue: 0.75 , saturation: 0.74 and the lightness value of 441278 is 0.27.

The process color (four color CMYK) of #441278 color hex is 0.43, 0.85, 0.00, 0.53. Web safe color of #441278 is #330066. Color #441278 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00010010 01111000
Octal 104 22 170
Decimal 68 18 120
Hex 44 12 78

RGB Percentages of Color #441278

%33.01
%8.74
%58.25

CMYK Percentages of Color #441278

%43
%85
%0
%53

Triadic Colors of #441278

#441278 #784412 #127844

Analogous Colors of #441278

#441278 #771278 #121378

Monochromatic Colors of #441278

#441278

Complementary Color

#441278 #467812

#441278 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#441278 Color Preview on White Background

Lorem ipsum dolor sit amet.

#441278 Color CSS Codes

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

#441278 Text Font Color

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

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


#441278 Background Color

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

This div background color is #441278


#441278 Border Color

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

This div border color is #441278


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #441278


Comments

No comments written yet.

Please login to write comment.