Color Hex Logo

#412eed Color Hex

#412EED
(65,46,237)
0 Favorites   0 Comments

Color spaces of #412eed

RGB 6546237
HSL0.680.840.55
HSV246°81°93°
CMYK 0.730.810.00   0.07
XYZ18.44309.192280.9230
Yxy9.19220.16990.0847
Hunter Lab30.318655.5249-137.0269
CIE-Lab36.351763.8143-90.9005

#412eed color RGB value is (65,46,237).

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

The process color (four color CMYK) of #412eed color hex is 0.73, 0.81, 0.00, 0.07. Web safe color of #412eed is #3333ff. Color #412eed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00101110 11101101
Octal 101 56 355
Decimal 65 46 237
Hex 41 2E ED

RGB Percentages of Color #412eed

%18.68
%13.22
%68.10

CMYK Percentages of Color #412eed

%73
%81
%0
%7

Triadic Colors of #412eed

#412eed #ed412e #2eed41

Analogous Colors of #412eed

#412eed #a12eed #2e7bed

Monochromatic Colors of #412eed

#412eed

Complementary Color

#412eed #daed2e

#412eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#412eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#412eed Color CSS Codes

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

#412eed Text Font Color

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

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


#412eed Background Color

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

This div background color is #412eed


#412eed Border Color

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

This div border color is #412eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #412eed


Comments

No comments written yet.

Please login to write comment.