Color Hex Logo

#442dbd Color Hex

#442DBD
(68,45,189)
0 Favorites   0 Comments

Color spaces of #442dbd

RGB 6845189
HSL0.690.620.46
HSV250°76°74°
CMYK 0.640.760.00   0.26
XYZ12.50766.779848.7935
Yxy6.77980.18370.0996
Hunter Lab26.038040.1774-92.8787
CIE-Lab31.300350.4403-71.4969

#442dbd color RGB value is (68,45,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 00101101 10111101
Octal 104 55 275
Decimal 68 45 189
Hex 44 2D BD

RGB Percentages of Color #442dbd

%22.52
%14.90
%62.58

CMYK Percentages of Color #442dbd

%64
%76
%0
%26

Triadic Colors of #442dbd

#442dbd #bd442d #2dbd44

Analogous Colors of #442dbd

#442dbd #8c2dbd #2d5ebd

Monochromatic Colors of #442dbd

#442dbd

Complementary Color

#442dbd #a6bd2d

#442dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#442dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#442dbd Color CSS Codes

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

#442dbd Text Font Color

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

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


#442dbd Background Color

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

This div background color is #442dbd


#442dbd Border Color

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

This div border color is #442dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #442dbd


Comments

No comments written yet.

Please login to write comment.