Color Hex Logo

#442dbc Color Hex

#442DBC
(68,45,188)
0 Favorites   0 Comments

Color spaces of #442dbc

RGB 6845188
HSL0.690.610.46
HSV250°76°74°
CMYK 0.640.760.00   0.26
XYZ12.39946.736648.2237
Yxy6.73660.18410.1000
Hunter Lab25.955039.8532-91.9909
CIE-Lab31.199650.1388-71.0723

#442dbc color RGB value is (68,45,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 00101101 10111100
Octal 104 55 274
Decimal 68 45 188
Hex 44 2D BC

RGB Percentages of Color #442dbc

%22.59
%14.95
%62.46

CMYK Percentages of Color #442dbc

%64
%76
%0
%26

Triadic Colors of #442dbc

#442dbc #bc442d #2dbc44

Analogous Colors of #442dbc

#442dbc #8c2dbc #2d5ebc

Monochromatic Colors of #442dbc

#442dbc

Complementary Color

#442dbc #a5bc2d

#442dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#442dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#442dbc Color CSS Codes

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

#442dbc Text Font Color

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

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


#442dbc Background Color

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

This div background color is #442dbc


#442dbc Border Color

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

This div border color is #442dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #442dbc


Comments

No comments written yet.

Please login to write comment.