Color Hex Logo

#442dbe Color Hex

#442DBE
(68,45,190)
0 Favorites   0 Comments

Color spaces of #442dbe

RGB 6845190
HSL0.690.620.46
HSV250°76°75°
CMYK 0.640.760.00   0.25
XYZ12.61656.823449.3673
Yxy6.82340.18340.0992
Hunter Lab26.121640.5009-93.7671
CIE-Lab31.401450.7402-71.9200

#442dbe color RGB value is (68,45,190).

#442dbe hex color red value is 68, green value is 45 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #442dbe hue: 0.69 , saturation: 0.62 and the lightness value of 442dbe is 0.46.

The process color (four color CMYK) of #442dbe color hex is 0.64, 0.76, 0.00, 0.25. Web safe color of #442dbe is #3333cc. Color #442dbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00101101 10111110
Octal 104 55 276
Decimal 68 45 190
Hex 44 2D BE

RGB Percentages of Color #442dbe

%22.44
%14.85
%62.71

CMYK Percentages of Color #442dbe

%64
%76
%0
%25

Triadic Colors of #442dbe

#442dbe #be442d #2dbe44

Analogous Colors of #442dbe

#442dbe #8d2dbe #2d5fbe

Monochromatic Colors of #442dbe

#442dbe

Complementary Color

#442dbe #a7be2d

#442dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#442dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#442dbe Color CSS Codes

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

#442dbe Text Font Color

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

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


#442dbe Background Color

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

This div background color is #442dbe


#442dbe Border Color

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

This div border color is #442dbe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,45,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #442dbe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #442dbe;
  -webkit-box-shadow: 1px 1px 3px 2px #442dbe;
  box-shadow:         1px 1px 3px 2px #442dbe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #442dbe


Comments

No comments written yet.

Please login to write comment.