Color Hex Logo

#412eac Color Hex

#412EAC
(65,46,172)
0 Favorites   0 Comments

Color spaces of #412eac

RGB 6546172
HSL0.690.580.43
HSV249°73°67°
CMYK 0.620.730.00   0.33
XYZ10.60346.056439.6399
Yxy6.05640.18830.1076
Hunter Lab24.609833.8417-78.2739
CIE-Lab29.554344.3431-64.2666

#412eac color RGB value is (65,46,172).

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

The process color (four color CMYK) of #412eac color hex is 0.62, 0.73, 0.00, 0.33. Web safe color of #412eac is #333399. Color #412eac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00101110 10101100
Octal 101 56 254
Decimal 65 46 172
Hex 41 2E AC

RGB Percentages of Color #412eac

%22.97
%16.25
%60.78

CMYK Percentages of Color #412eac

%62
%73
%0
%33

Triadic Colors of #412eac

#412eac #ac412e #2eac41

Analogous Colors of #412eac

#412eac #802eac #2e5aac

Monochromatic Colors of #412eac

#412eac

Complementary Color

#412eac #99ac2e

#412eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#412eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#412eac Color CSS Codes

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

#412eac Text Font Color

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

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


#412eac Background Color

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

This div background color is #412eac


#412eac Border Color

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

This div border color is #412eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #412eac


Comments

No comments written yet.

Please login to write comment.