Color Hex Logo

#421357 Color Hex

#421357
(66,19,87)
0 Favorites   0 Comments

Color spaces of #421357

RGB 661987
HSL0.780.640.21
HSV281°78°34°
CMYK 0.240.780.00   0.66
XYZ4.19992.31219.2417
Yxy2.31210.26660.1468
Hunter Lab15.205622.6933-25.3915
CIE-Lab17.046634.3257-30.9174

#421357 color RGB value is (66,19,87).

#421357 hex color red value is 66, green value is 19 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #421357 hue: 0.78 , saturation: 0.64 and the lightness value of 421357 is 0.21.

The process color (four color CMYK) of #421357 color hex is 0.24, 0.78, 0.00, 0.66. Web safe color of #421357 is #330066. Color #421357 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00010011 01010111
Octal 102 23 127
Decimal 66 19 87
Hex 42 13 57

RGB Percentages of Color #421357

%38.37
%11.05
%50.58

CMYK Percentages of Color #421357

%24
%78
%0
%66

Triadic Colors of #421357

#421357 #574213 #135742

Analogous Colors of #421357

#421357 #57134a #201357

Monochromatic Colors of #421357

#421357

Complementary Color

#421357 #285713

#421357 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#421357 Color Preview on White Background

Lorem ipsum dolor sit amet.

#421357 Color CSS Codes

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

#421357 Text Font Color

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

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


#421357 Background Color

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

This div background color is #421357


#421357 Border Color

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

This div border color is #421357


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #421357


Comments

No comments written yet.

Please login to write comment.