Color Hex Logo

#411ede Color Hex

#411EDE
(65,30,222)
0 Favorites   0 Comments

Color spaces of #411ede

RGB 6530222
HSL0.700.760.49
HSV251°86°87°
CMYK 0.710.860.00   0.13
XYZ15.82917.326369.6871
Yxy7.32630.17050.0789
Hunter Lab27.067157.0209-133.7011
CIE-Lab32.538565.8731-88.6694

#411ede color RGB value is (65,30,222).

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

The process color (four color CMYK) of #411ede color hex is 0.71, 0.86, 0.00, 0.13. Web safe color of #411ede is #3333cc. Color #411ede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00011110 11011110
Octal 101 36 336
Decimal 65 30 222
Hex 41 1E DE

RGB Percentages of Color #411ede

%20.50
%9.46
%70.03

CMYK Percentages of Color #411ede

%71
%86
%0
%13

Triadic Colors of #411ede

#411ede #de411e #1ede41

Analogous Colors of #411ede

#411ede #a11ede #1e5bde

Monochromatic Colors of #411ede

#411ede

Complementary Color

#411ede #bbde1e

#411ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#411ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#411ede Color CSS Codes

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

#411ede Text Font Color

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

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


#411ede Background Color

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

This div background color is #411ede


#411ede Border Color

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

This div border color is #411ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #411ede


Comments

No comments written yet.

Please login to write comment.