Color Hex Logo

#421393 Color Hex

#421393
(66,19,147)
0 Favorites   0 Comments

Color spaces of #421393

RGB 6619147
HSL0.730.770.33
HSV262°87°58°
CMYK 0.550.870.00   0.42
XYZ7.74613.730627.9156
Yxy3.73060.19660.0947
Hunter Lab19.314837.7858-72.1714
CIE-Lab22.760049.7104-60.2275

#421393 color RGB value is (66,19,147).

#421393 hex color red value is 66, green value is 19 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #421393 hue: 0.73 , saturation: 0.77 and the lightness value of 421393 is 0.33.

The process color (four color CMYK) of #421393 color hex is 0.55, 0.87, 0.00, 0.42. Web safe color of #421393 is #330099. Color #421393 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00010011 10010011
Octal 102 23 223
Decimal 66 19 147
Hex 42 13 93

RGB Percentages of Color #421393

%28.45
%8.19
%63.36

CMYK Percentages of Color #421393

%55
%87
%0
%42

Triadic Colors of #421393

#421393 #934213 #139342

Analogous Colors of #421393

#421393 #821393 #132493

Monochromatic Colors of #421393

#421393

Complementary Color

#421393 #649313

#421393 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#421393 Color Preview on White Background

Lorem ipsum dolor sit amet.

#421393 Color CSS Codes

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

#421393 Text Font Color

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

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


#421393 Background Color

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

This div background color is #421393


#421393 Border Color

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

This div border color is #421393


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,19,147, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #421393; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #421393;
  -webkit-box-shadow: 1px 1px 3px 2px #421393;
  box-shadow:         1px 1px 3px 2px #421393; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #421393


Comments

No comments written yet.

Please login to write comment.