Color Hex Logo

#410aaf Color Hex

#410AAF
(65,10,175)
0 Favorites   0 Comments

Color spaces of #410aaf

RGB 6510175
HSL0.720.890.36
HSV260°94°69°
CMYK 0.630.940.00   0.31
XYZ10.02644.436040.8852
Yxy4.43600.18120.0801
Hunter Lab21.061848.1161-100.3505
CIE-Lab25.063459.2527-73.4896

#410aaf color RGB value is (65,10,175).

#410aaf hex color red value is 65, green value is 10 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #410aaf hue: 0.72 , saturation: 0.89 and the lightness value of 410aaf is 0.36.

The process color (four color CMYK) of #410aaf color hex is 0.63, 0.94, 0.00, 0.31. Web safe color of #410aaf is #330099. Color #410aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00001010 10101111
Octal 101 12 257
Decimal 65 10 175
Hex 41 A AF

RGB Percentages of Color #410aaf

%26.00
%4.00
%70.00

CMYK Percentages of Color #410aaf

%63
%94
%0
%31

Triadic Colors of #410aaf

#410aaf #af410a #0aaf41

Analogous Colors of #410aaf

#410aaf #940aaf #0a26af

Monochromatic Colors of #410aaf

#410aaf

Complementary Color

#410aaf #78af0a

#410aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#410aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#410aaf Color CSS Codes

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

#410aaf Text Font Color

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

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


#410aaf Background Color

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

This div background color is #410aaf


#410aaf Border Color

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

This div border color is #410aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #410aaf


Comments

No comments written yet.

Please login to write comment.