Color Hex Logo

#422fef Color Hex

#422FEF
(66,47,239)
0 Favorites   0 Comments

Color spaces of #422fef

RGB 6647239
HSL0.680.860.56
HSV246°80°94°
CMYK 0.720.800.00   0.06
XYZ18.84339.423382.4871
Yxy9.42330.17010.0851
Hunter Lab30.697455.8501-137.8302
CIE-Lab36.786864.0182-91.3100

#422fef color RGB value is (66,47,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00101111 11101111
Octal 102 57 357
Decimal 66 47 239
Hex 42 2F EF

RGB Percentages of Color #422fef

%18.75
%13.35
%67.90

CMYK Percentages of Color #422fef

%72
%80
%0
%6

Triadic Colors of #422fef

#422fef #ef422f #2fef42

Analogous Colors of #422fef

#422fef #a22fef #2f7cef

Monochromatic Colors of #422fef

#422fef

Complementary Color

#422fef #dcef2f

#422fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#422fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#422fef Color CSS Codes

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

#422fef Text Font Color

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

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


#422fef Background Color

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

This div background color is #422fef


#422fef Border Color

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

This div border color is #422fef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,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 #422fef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #422fef


Comments

No comments written yet.

Please login to write comment.