Color Hex Logo

#442efb Color Hex

#442EFB
(68,46,251)
0 Favorites   0 Comments

Color spaces of #442efb

RGB 6846251
HSL0.680.960.58
HSV246°82°98°
CMYK 0.730.820.00   0.02
XYZ20.773510.148092.1307
Yxy10.14800.16880.0825
Hunter Lab31.855960.6534-149.1738
CIE-Lab38.106867.9619-95.8792

#442efb color RGB value is (68,46,251).

#442efb hex color red value is 68, green value is 46 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #442efb hue: 0.68 , saturation: 0.96 and the lightness value of 442efb is 0.58.

The process color (four color CMYK) of #442efb color hex is 0.73, 0.82, 0.00, 0.02. Web safe color of #442efb is #3333ff. Color #442efb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00101110 11111011
Octal 104 56 373
Decimal 68 46 251
Hex 44 2E FB

RGB Percentages of Color #442efb

%18.63
%12.60
%68.77

CMYK Percentages of Color #442efb

%73
%82
%0
%2

Triadic Colors of #442efb

#442efb #fb442e #2efb44

Analogous Colors of #442efb

#442efb #ab2efb #2e7ffb

Monochromatic Colors of #442efb

#442efb

Complementary Color

#442efb #e5fb2e

#442efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#442efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#442efb Color CSS Codes

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

#442efb Text Font Color

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

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


#442efb Background Color

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

This div background color is #442efb


#442efb Border Color

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

This div border color is #442efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #442efb


Comments

No comments written yet.

Please login to write comment.