Color Hex Logo

#441965 Color Hex

#441965
(68,25,101)
0 Favorites   0 Comments

Color spaces of #441965

RGB 6825101
HSL0.760.600.25
HSV274°75°40°
CMYK 0.330.750.00   0.60
XYZ5.08052.863812.5969
Yxy2.86380.24730.1394
Hunter Lab16.922823.9739-32.2881
CIE-Lab19.490035.3733-36.2640

#441965 color RGB value is (68,25,101).

#441965 hex color red value is 68, green value is 25 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #441965 hue: 0.76 , saturation: 0.60 and the lightness value of 441965 is 0.25.

The process color (four color CMYK) of #441965 color hex is 0.33, 0.75, 0.00, 0.60. Web safe color of #441965 is #330066. Color #441965 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00011001 01100101
Octal 104 31 145
Decimal 68 25 101
Hex 44 19 65

RGB Percentages of Color #441965

%35.05
%12.89
%52.06

CMYK Percentages of Color #441965

%33
%75
%0
%60

Triadic Colors of #441965

#441965 #654419 #196544

Analogous Colors of #441965

#441965 #651960 #1e1965

Monochromatic Colors of #441965

#441965

Complementary Color

#441965 #3a6519

#441965 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#441965 Color Preview on White Background

Lorem ipsum dolor sit amet.

#441965 Color CSS Codes

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

#441965 Text Font Color

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

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


#441965 Background Color

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

This div background color is #441965


#441965 Border Color

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

This div border color is #441965


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #441965


Comments

No comments written yet.

Please login to write comment.