Color Hex Logo

#442fef Color Hex

#442FEF
(68,47,239)
0 Favorites   0 Comments

Color spaces of #442fef

RGB 6847239
HSL0.680.860.56
HSV247°80°94°
CMYK 0.720.800.00   0.06
XYZ18.98049.494082.4935
Yxy9.49400.17100.0856
Hunter Lab30.812356.0344-137.1678
CIE-Lab36.918564.1559-91.0877

#442fef color RGB value is (68,47,239).

#442fef hex color red value is 68, green value is 47 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #442fef hue: 0.68 , saturation: 0.86 and the lightness value of 442fef is 0.56.

The process color (four color CMYK) of #442fef color hex is 0.72, 0.80, 0.00, 0.06. Web safe color of #442fef is #3333ff. Color #442fef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00101111 11101111
Octal 104 57 357
Decimal 68 47 239
Hex 44 2F EF

RGB Percentages of Color #442fef

%19.21
%13.28
%67.51

CMYK Percentages of Color #442fef

%72
%80
%0
%6

Triadic Colors of #442fef

#442fef #ef442f #2fef44

Analogous Colors of #442fef

#442fef #a42fef #2f7aef

Monochromatic Colors of #442fef

#442fef

Complementary Color

#442fef #daef2f

#442fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#442fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#442fef Color CSS Codes

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

#442fef Text Font Color

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

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


#442fef Background Color

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

This div background color is #442fef


#442fef Border Color

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

This div border color is #442fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #442fef


Comments

No comments written yet.

Please login to write comment.