Color Hex Logo

#442883 Color Hex

#442883
(68,40,131)
0 Favorites   0 Comments

Color spaces of #442883

RGB 6840131
HSL0.720.530.34
HSV258°69°51°
CMYK 0.480.690.00   0.49
XYZ7.23944.385221.9376
Yxy4.38520.21570.1307
Hunter Lab20.940925.0621-47.4534
CIE-Lab24.906135.6265-46.7205

#442883 color RGB value is (68,40,131).

#442883 hex color red value is 68, green value is 40 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #442883 hue: 0.72 , saturation: 0.53 and the lightness value of 442883 is 0.34.

The process color (four color CMYK) of #442883 color hex is 0.48, 0.69, 0.00, 0.49. Web safe color of #442883 is #333399. Color #442883 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00101000 10000011
Octal 104 50 203
Decimal 68 40 131
Hex 44 28 83

RGB Percentages of Color #442883

%28.45
%16.74
%54.81

CMYK Percentages of Color #442883

%48
%69
%0
%49

Triadic Colors of #442883

#442883 #834428 #288344

Analogous Colors of #442883

#442883 #722883 #283a83

Monochromatic Colors of #442883

#442883

Complementary Color

#442883 #678328

#442883 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#442883 Color Preview on White Background

Lorem ipsum dolor sit amet.

#442883 Color CSS Codes

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

#442883 Text Font Color

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

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


#442883 Background Color

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

This div background color is #442883


#442883 Border Color

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

This div border color is #442883


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #442883


Comments

No comments written yet.

Please login to write comment.