Color Hex Logo

#410480 Color Hex

#410480
(65,4,128)
0 Favorites   0 Comments

Color spaces of #410480

RGB 654128
HSL0.750.940.26
HSV270°97°50°
CMYK 0.490.970.00   0.50
XYZ6.11972.769220.6340
Yxy2.76920.20730.0938
Hunter Lab16.640936.5218-61.8684
CIE-Lab19.094849.1306-54.3700

#410480 color RGB value is (65,4,128).

#410480 hex color red value is 65, green value is 4 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #410480 hue: 0.75 , saturation: 0.94 and the lightness value of 410480 is 0.26.

The process color (four color CMYK) of #410480 color hex is 0.49, 0.97, 0.00, 0.50. Web safe color of #410480 is #330099. Color #410480 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00000100 10000000
Octal 101 4 200
Decimal 65 4 128
Hex 41 4 80

RGB Percentages of Color #410480

%32.99
%2.03
%64.97

CMYK Percentages of Color #410480

%49
%97
%0
%50

Triadic Colors of #410480

#410480 #804104 #048041

Analogous Colors of #410480

#410480 #7f0480 #040580

Monochromatic Colors of #410480

#410480

Complementary Color

#410480 #438004

#410480 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#410480 Color Preview on White Background

Lorem ipsum dolor sit amet.

#410480 Color CSS Codes

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

#410480 Text Font Color

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

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


#410480 Background Color

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

This div background color is #410480


#410480 Border Color

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

This div border color is #410480


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #410480


Comments

No comments written yet.

Please login to write comment.