Color Hex Logo

#410eae Color Hex

#410EAE
(65,14,174)
0 Favorites   0 Comments

Color spaces of #410eae

RGB 6514174
HSL0.720.850.37
HSV259°92°68°
CMYK 0.630.920.00   0.32
XYZ9.97704.493940.3860
Yxy4.49390.18190.0819
Hunter Lab21.198846.9112-98.1146
CIE-Lab25.241358.0973-72.5932

#410eae color RGB value is (65,14,174).

#410eae hex color red value is 65, green value is 14 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #410eae hue: 0.72 , saturation: 0.85 and the lightness value of 410eae is 0.37.

The process color (four color CMYK) of #410eae color hex is 0.63, 0.92, 0.00, 0.32. Web safe color of #410eae is #330099. Color #410eae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00001110 10101110
Octal 101 16 256
Decimal 65 14 174
Hex 41 E AE

RGB Percentages of Color #410eae

%25.69
%5.53
%68.77

CMYK Percentages of Color #410eae

%63
%92
%0
%32

Triadic Colors of #410eae

#410eae #ae410e #0eae41

Analogous Colors of #410eae

#410eae #910eae #0e2bae

Monochromatic Colors of #410eae

#410eae

Complementary Color

#410eae #7bae0e

#410eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#410eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#410eae Color CSS Codes

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

#410eae Text Font Color

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

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


#410eae Background Color

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

This div background color is #410eae


#410eae Border Color

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

This div border color is #410eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #410eae


Comments

No comments written yet.

Please login to write comment.