Color Hex Logo

#411eed Color Hex

#411EED
(65,30,237)
0 Favorites   0 Comments

Color spaces of #411eed

RGB 6530237
HSL0.690.850.52
HSV250°87°93°
CMYK 0.730.870.00   0.07
XYZ17.93038.166880.7521
Yxy8.16680.16780.0764
Hunter Lab28.577661.9845-147.5321
CIE-Lab34.327969.8302-94.2623

#411eed color RGB value is (65,30,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 00011110 11101101
Octal 101 36 355
Decimal 65 30 237
Hex 41 1E ED

RGB Percentages of Color #411eed

%19.58
%9.04
%71.39

CMYK Percentages of Color #411eed

%73
%87
%0
%7

Triadic Colors of #411eed

#411eed #ed411e #1eed41

Analogous Colors of #411eed

#411eed #a91eed #1e63ed

Monochromatic Colors of #411eed

#411eed

Complementary Color

#411eed #caed1e

#411eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#411eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#411eed Color CSS Codes

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

#411eed Text Font Color

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

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


#411eed Background Color

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

This div background color is #411eed


#411eed Border Color

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

This div border color is #411eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #411eed


Comments

No comments written yet.

Please login to write comment.