Color Hex Logo

#410680 Color Hex

#410680
(65,6,128)
0 Favorites   0 Comments

Color spaces of #410680

RGB 656128
HSL0.750.910.26
HSV269°95°50°
CMYK 0.490.950.00   0.50
XYZ6.14142.812620.6413
Yxy2.81260.20750.0950
Hunter Lab16.770836.0170-61.2338
CIE-Lab19.277248.5811-54.0690

#410680 color RGB value is (65,6,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 00000110 10000000
Octal 101 6 200
Decimal 65 6 128
Hex 41 6 80

RGB Percentages of Color #410680

%32.66
%3.02
%64.32

CMYK Percentages of Color #410680

%49
%95
%0
%50

Triadic Colors of #410680

#410680 #804106 #068041

Analogous Colors of #410680

#410680 #7e0680 #060880

Monochromatic Colors of #410680

#410680

Complementary Color

#410680 #458006

#410680 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#410680 Color Preview on White Background

Lorem ipsum dolor sit amet.

#410680 Color CSS Codes

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

#410680 Text Font Color

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

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


#410680 Background Color

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

This div background color is #410680


#410680 Border Color

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

This div border color is #410680


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #410680


Comments

No comments written yet.

Please login to write comment.