Color Hex Logo

#442dbb Color Hex

#442DBB
(68,45,187)
0 Favorites   0 Comments

Color spaces of #442dbb

RGB 6845187
HSL0.690.610.45
HSV250°76°73°
CMYK 0.640.760.00   0.27
XYZ12.29196.693647.6578
Yxy6.69360.18440.1004
Hunter Lab25.872039.5302-91.1054
CIE-Lab31.099049.8376-70.6472

#442dbb color RGB value is (68,45,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 00101101 10111011
Octal 104 55 273
Decimal 68 45 187
Hex 44 2D BB

RGB Percentages of Color #442dbb

%22.67
%15.00
%62.33

CMYK Percentages of Color #442dbb

%64
%76
%0
%27

Triadic Colors of #442dbb

#442dbb #bb442d #2dbb44

Analogous Colors of #442dbb

#442dbb #8b2dbb #2d5dbb

Monochromatic Colors of #442dbb

#442dbb

Complementary Color

#442dbb #a4bb2d

#442dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#442dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#442dbb Color CSS Codes

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

#442dbb Text Font Color

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

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


#442dbb Background Color

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

This div background color is #442dbb


#442dbb Border Color

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

This div border color is #442dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #442dbb


Comments

No comments written yet.

Please login to write comment.