Color Hex Logo

#442eb5 Color Hex

#442EB5
(68,46,181)
0 Favorites   0 Comments

Color spaces of #442eb5

RGB 6846181
HSL0.690.590.45
HSV250°75°71°
CMYK 0.620.750.00   0.29
XYZ11.70146.519144.3576
Yxy6.51910.18700.1042
Hunter Lab25.532537.1235-85.1316
CIE-Lab30.686147.5017-67.7698

#442eb5 color RGB value is (68,46,181).

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

The process color (four color CMYK) of #442eb5 color hex is 0.62, 0.75, 0.00, 0.29. Web safe color of #442eb5 is #3333cc. Color #442eb5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00101110 10110101
Octal 104 56 265
Decimal 68 46 181
Hex 44 2E B5

RGB Percentages of Color #442eb5

%23.05
%15.59
%61.36

CMYK Percentages of Color #442eb5

%62
%75
%0
%29

Triadic Colors of #442eb5

#442eb5 #b5442e #2eb544

Analogous Colors of #442eb5

#442eb5 #882eb5 #2e5bb5

Monochromatic Colors of #442eb5

#442eb5

Complementary Color

#442eb5 #9fb52e

#442eb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#442eb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#442eb5 Color CSS Codes

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

#442eb5 Text Font Color

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

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


#442eb5 Background Color

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

This div background color is #442eb5


#442eb5 Border Color

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

This div border color is #442eb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #442eb5


Comments

No comments written yet.

Please login to write comment.