Color Hex Logo

#442598 Color Hex

#442598
(68,37,152)
0 Favorites   0 Comments

Color spaces of #442598

RGB 6837152
HSL0.710.610.37
HSV256°76°60°
CMYK 0.550.760.00   0.40
XYZ8.71304.819130.1767
Yxy4.81910.19930.1103
Hunter Lab21.952432.4305-66.1357
CIE-Lab26.213043.4953-57.6158

#442598 color RGB value is (68,37,152).

#442598 hex color red value is 68, green value is 37 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #442598 hue: 0.71 , saturation: 0.61 and the lightness value of 442598 is 0.37.

The process color (four color CMYK) of #442598 color hex is 0.55, 0.76, 0.00, 0.40. Web safe color of #442598 is #333399. Color #442598 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00100101 10011000
Octal 104 45 230
Decimal 68 37 152
Hex 44 25 98

RGB Percentages of Color #442598

%26.46
%14.40
%59.14

CMYK Percentages of Color #442598

%55
%76
%0
%40

Triadic Colors of #442598

#442598 #984425 #259844

Analogous Colors of #442598

#442598 #7e2598 #253f98

Monochromatic Colors of #442598

#442598

Complementary Color

#442598 #799825

#442598 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#442598 Color Preview on White Background

Lorem ipsum dolor sit amet.

#442598 Color CSS Codes

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

#442598 Text Font Color

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

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


#442598 Background Color

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

This div background color is #442598


#442598 Border Color

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

This div border color is #442598


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #442598


Comments

No comments written yet.

Please login to write comment.