Color Hex Logo

#412eaf Color Hex

#412EAF
(65,46,175)
0 Favorites   0 Comments

Color spaces of #412eaf

RGB 6546175
HSL0.690.580.43
HSV249°74°69°
CMYK 0.630.740.00   0.31
XYZ10.89486.173041.1747
Yxy6.17300.18710.1060
Hunter Lab24.845534.7929-80.8652
CIE-Lab29.844845.2760-65.5856

#412eaf color RGB value is (65,46,175).

#412eaf hex color red value is 65, green value is 46 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #412eaf hue: 0.69 , saturation: 0.58 and the lightness value of 412eaf is 0.43.

The process color (four color CMYK) of #412eaf color hex is 0.63, 0.74, 0.00, 0.31. Web safe color of #412eaf is #333399. Color #412eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00101110 10101111
Octal 101 56 257
Decimal 65 46 175
Hex 41 2E AF

RGB Percentages of Color #412eaf

%22.73
%16.08
%61.19

CMYK Percentages of Color #412eaf

%63
%74
%0
%31

Triadic Colors of #412eaf

#412eaf #af412e #2eaf41

Analogous Colors of #412eaf

#412eaf #822eaf #2e5caf

Monochromatic Colors of #412eaf

#412eaf

Complementary Color

#412eaf #9caf2e

#412eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#412eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#412eaf Color CSS Codes

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

#412eaf Text Font Color

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

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


#412eaf Background Color

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

This div background color is #412eaf


#412eaf Border Color

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

This div border color is #412eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #412eaf


Comments

No comments written yet.

Please login to write comment.