Color Hex Logo

#421ded Color Hex

#421DED
(66,29,237)
0 Favorites   0 Comments

Color spaces of #421ded

RGB 6629237
HSL0.700.850.52
HSV251°88°93°
CMYK 0.720.880.00   0.07
XYZ17.97228.151480.7469
Yxy8.15140.16820.0763
Hunter Lab28.550762.3994-147.6984
CIE-Lab34.296270.1899-94.3129

#421ded color RGB value is (66,29,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00011101 11101101
Octal 102 35 355
Decimal 66 29 237
Hex 42 1D ED

RGB Percentages of Color #421ded

%19.88
%8.73
%71.39

CMYK Percentages of Color #421ded

%72
%88
%0
%7

Triadic Colors of #421ded

#421ded #ed421d #1ded42

Analogous Colors of #421ded

#421ded #aa1ded #1d60ed

Monochromatic Colors of #421ded

#421ded

Complementary Color

#421ded #c8ed1d

#421ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#421ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#421ded Color CSS Codes

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

#421ded Text Font Color

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

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


#421ded Background Color

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

This div background color is #421ded


#421ded Border Color

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

This div border color is #421ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #421ded


Comments

No comments written yet.

Please login to write comment.