Color Hex Logo

#441452 Color Hex

#441452
(68,20,82)
0 Favorites   0 Comments

Color spaces of #441452

RGB 682082
HSL0.800.610.20
HSV286°76°32°
CMYK 0.170.760.00   0.68
XYZ4.15702.33858.2149
Yxy2.33850.28260.1590
Hunter Lab15.292221.7619-21.1459
CIE-Lab17.171933.1817-27.3176

#441452 color RGB value is (68,20,82).

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

The process color (four color CMYK) of #441452 color hex is 0.17, 0.76, 0.00, 0.68. Web safe color of #441452 is #330066. Color #441452 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00010100 01010010
Octal 104 24 122
Decimal 68 20 82
Hex 44 14 52

RGB Percentages of Color #441452

%40.00
%11.76
%48.24

CMYK Percentages of Color #441452

%17
%76
%0
%68

Triadic Colors of #441452

#441452 #524414 #145244

Analogous Colors of #441452

#441452 #521441 #251452

Monochromatic Colors of #441452

#441452

Complementary Color

#441452 #225214

#441452 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#441452 Color Preview on White Background

Lorem ipsum dolor sit amet.

#441452 Color CSS Codes

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

#441452 Text Font Color

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

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


#441452 Background Color

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

This div background color is #441452


#441452 Border Color

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

This div border color is #441452


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #441452


Comments

No comments written yet.

Please login to write comment.