Color Hex Logo

#421fef Color Hex

#421FEF
(66,31,239)
0 Favorites   0 Comments

Color spaces of #421fef

RGB 6631239
HSL0.690.870.53
HSV250°87°94°
CMYK 0.720.870.00   0.06
XYZ18.31678.370282.3116
Yxy8.37020.16800.0768
Hunter Lab28.931362.3804-148.4324
CIE-Lab34.742370.0893-94.7057

#421fef color RGB value is (66,31,239).

#421fef hex color red value is 66, green value is 31 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #421fef hue: 0.69 , saturation: 0.87 and the lightness value of 421fef is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00011111 11101111
Octal 102 37 357
Decimal 66 31 239
Hex 42 1F EF

RGB Percentages of Color #421fef

%19.64
%9.23
%71.13

CMYK Percentages of Color #421fef

%72
%87
%0
%6

Triadic Colors of #421fef

#421fef #ef421f #1fef42

Analogous Colors of #421fef

#421fef #aa1fef #1f64ef

Monochromatic Colors of #421fef

#421fef

Complementary Color

#421fef #ccef1f

#421fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#421fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#421fef Color CSS Codes

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

#421fef Text Font Color

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

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


#421fef Background Color

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

This div background color is #421fef


#421fef Border Color

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

This div border color is #421fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #421fef


Comments

No comments written yet.

Please login to write comment.