Color Hex Logo

#412eea Color Hex

#412EEA
(65,46,234)
0 Favorites   0 Comments

Color spaces of #412eea

RGB 6546234
HSL0.680.820.55
HSV246°80°92°
CMYK 0.720.800.00   0.08
XYZ18.00839.018378.6335
Yxy9.01830.17040.0854
Hunter Lab30.030554.4873-134.2269
CIE-Lab36.019562.9540-89.7484

#412eea color RGB value is (65,46,234).

#412eea hex color red value is 65, green value is 46 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #412eea hue: 0.68 , saturation: 0.82 and the lightness value of 412eea is 0.55.

The process color (four color CMYK) of #412eea color hex is 0.72, 0.80, 0.00, 0.08. Web safe color of #412eea is #3333ff. Color #412eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00101110 11101010
Octal 101 56 352
Decimal 65 46 234
Hex 41 2E EA

RGB Percentages of Color #412eea

%18.84
%13.33
%67.83

CMYK Percentages of Color #412eea

%72
%80
%0
%8

Triadic Colors of #412eea

#412eea #ea412e #2eea41

Analogous Colors of #412eea

#412eea #9f2eea #2e79ea

Monochromatic Colors of #412eea

#412eea

Complementary Color

#412eea #d7ea2e

#412eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#412eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#412eea Color CSS Codes

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

#412eea Text Font Color

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

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


#412eea Background Color

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

This div background color is #412eea


#412eea Border Color

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

This div border color is #412eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #412eea


Comments

No comments written yet.

Please login to write comment.