Color Hex Logo

#442476 Color Hex

#442476
(68,36,118)
0 Favorites   0 Comments

Color spaces of #442476

RGB 6836118
HSL0.730.530.30
HSV263°69°46°
CMYK 0.420.690.00   0.54
XYZ6.28483.798717.5415
Yxy3.79870.22750.1375
Hunter Lab19.490323.4509-39.7186
CIE-Lab22.994534.1079-41.5940

#442476 color RGB value is (68,36,118).

#442476 hex color red value is 68, green value is 36 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #442476 hue: 0.73 , saturation: 0.53 and the lightness value of 442476 is 0.30.

The process color (four color CMYK) of #442476 color hex is 0.42, 0.69, 0.00, 0.54. Web safe color of #442476 is #333366. Color #442476 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00100100 01110110
Octal 104 44 166
Decimal 68 36 118
Hex 44 24 76

RGB Percentages of Color #442476

%30.63
%16.22
%53.15

CMYK Percentages of Color #442476

%42
%69
%0
%54

Triadic Colors of #442476

#442476 #764424 #247644

Analogous Colors of #442476

#442476 #6d2476 #242d76

Monochromatic Colors of #442476

#442476

Complementary Color

#442476 #567624

#442476 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#442476 Color Preview on White Background

Lorem ipsum dolor sit amet.

#442476 Color CSS Codes

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

#442476 Text Font Color

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

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


#442476 Background Color

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

This div background color is #442476


#442476 Border Color

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

This div border color is #442476


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #442476


Comments

No comments written yet.

Please login to write comment.