Color Hex Logo

#421fed Color Hex

#421FED
(66,31,237)
0 Favorites   0 Comments

Color spaces of #421fed

RGB 6631237
HSL0.690.850.53
HSV250°87°93°
CMYK 0.720.870.00   0.07
XYZ18.02288.252680.7638
Yxy8.25260.16840.0771
Hunter Lab28.727361.7135-146.5783
CIE-Lab34.503569.5655-93.9682

#421fed color RGB value is (66,31,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00011111 11101101
Octal 102 37 355
Decimal 66 31 237
Hex 42 1F ED

RGB Percentages of Color #421fed

%19.76
%9.28
%70.96

CMYK Percentages of Color #421fed

%72
%87
%0
%7

Triadic Colors of #421fed

#421fed #ed421f #1fed42

Analogous Colors of #421fed

#421fed #a91fed #1f63ed

Monochromatic Colors of #421fed

#421fed

Complementary Color

#421fed #caed1f

#421fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#421fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#421fed Color CSS Codes

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

#421fed Text Font Color

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

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


#421fed Background Color

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

This div background color is #421fed


#421fed Border Color

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

This div border color is #421fed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,31,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #421fed


Comments

No comments written yet.

Please login to write comment.