Color Hex Logo

#410493 Color Hex

#410493
(65,4,147)
0 Favorites   0 Comments

Color spaces of #410493

RGB 654147
HSL0.740.950.30
HSV266°97°58°
CMYK 0.560.970.00   0.42
XYZ7.48983.317227.8493
Yxy3.31720.19380.0858
Hunter Lab18.213241.5314-77.9096
CIE-Lab21.271953.7069-62.6925

#410493 color RGB value is (65,4,147).

#410493 hex color red value is 65, green value is 4 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #410493 hue: 0.74 , saturation: 0.95 and the lightness value of 410493 is 0.30.

The process color (four color CMYK) of #410493 color hex is 0.56, 0.97, 0.00, 0.42. Web safe color of #410493 is #330099. Color #410493 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00000100 10010011
Octal 101 4 223
Decimal 65 4 147
Hex 41 4 93

RGB Percentages of Color #410493

%30.09
%1.85
%68.06

CMYK Percentages of Color #410493

%56
%97
%0
%42

Triadic Colors of #410493

#410493 #934104 #049341

Analogous Colors of #410493

#410493 #890493 #040e93

Monochromatic Colors of #410493

#410493

Complementary Color

#410493 #569304

#410493 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#410493 Color Preview on White Background

Lorem ipsum dolor sit amet.

#410493 Color CSS Codes

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

#410493 Text Font Color

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

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


#410493 Background Color

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

This div background color is #410493


#410493 Border Color

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

This div border color is #410493


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #410493


Comments

No comments written yet.

Please login to write comment.