Color Hex Logo

#410aba Color Hex

#410ABA
(65,10,186)
0 Favorites   0 Comments

Color spaces of #410aba

RGB 6510186
HSL0.720.900.38
HSV259°95°73°
CMYK 0.650.950.00   0.27
XYZ11.15144.886146.8097
Yxy4.88610.17740.0777
Hunter Lab22.104551.3676-110.0824
CIE-Lab26.407861.9829-77.8293

#410aba color RGB value is (65,10,186).

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

The process color (four color CMYK) of #410aba color hex is 0.65, 0.95, 0.00, 0.27. Web safe color of #410aba is #3300cc. Color #410aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00001010 10111010
Octal 101 12 272
Decimal 65 10 186
Hex 41 A BA

RGB Percentages of Color #410aba

%24.90
%3.83
%71.26

CMYK Percentages of Color #410aba

%65
%95
%0
%27

Triadic Colors of #410aba

#410aba #ba410a #0aba41

Analogous Colors of #410aba

#410aba #990aba #0a2bba

Monochromatic Colors of #410aba

#410aba

Complementary Color

#410aba #83ba0a

#410aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#410aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#410aba Color CSS Codes

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

#410aba Text Font Color

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

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


#410aba Background Color

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

This div background color is #410aba


#410aba Border Color

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

This div border color is #410aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #410aba


Comments

No comments written yet.

Please login to write comment.