Color Hex Logo

#411eea Color Hex

#411EEA
(65,30,234)
0 Favorites   0 Comments

Color spaces of #411eea

RGB 6530234
HSL0.700.830.52
HSV250°87°92°
CMYK 0.720.870.00   0.08
XYZ17.49557.992978.4626
Yxy7.99290.16830.0769
Hunter Lab28.271760.9864-144.7576
CIE-Lab33.968169.0441-93.1552

#411eea color RGB value is (65,30,234).

#411eea hex color red value is 65, green value is 30 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #411eea hue: 0.70 , saturation: 0.83 and the lightness value of 411eea is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 00011110 11101010
Octal 101 36 352
Decimal 65 30 234
Hex 41 1E EA

RGB Percentages of Color #411eea

%19.76
%9.12
%71.12

CMYK Percentages of Color #411eea

%72
%87
%0
%8

Triadic Colors of #411eea

#411eea #ea411e #1eea41

Analogous Colors of #411eea

#411eea #a71eea #1e61ea

Monochromatic Colors of #411eea

#411eea

Complementary Color

#411eea #c7ea1e

#411eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#411eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#411eea Color CSS Codes

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

#411eea Text Font Color

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

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


#411eea Background Color

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

This div background color is #411eea


#411eea Border Color

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

This div border color is #411eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #411eea


Comments

No comments written yet.

Please login to write comment.