Color Hex Logo

#411dee Color Hex

#411DEE
(65,29,238)
0 Favorites   0 Comments

Color spaces of #411dee

RGB 6529238
HSL0.700.860.52
HSV250°88°93°
CMYK 0.730.880.00   0.07
XYZ18.05208.175681.5155
Yxy8.17560.16750.0759
Hunter Lab28.593062.6570-149.0141
CIE-Lab34.345970.3997-94.7998

#411dee color RGB value is (65,29,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 00011101 11101110
Octal 101 35 356
Decimal 65 29 238
Hex 41 1D EE

RGB Percentages of Color #411dee

%19.58
%8.73
%71.69

CMYK Percentages of Color #411dee

%73
%88
%0
%7

Triadic Colors of #411dee

#411dee #ee411d #1dee41

Analogous Colors of #411dee

#411dee #aa1dee #1d62ee

Monochromatic Colors of #411dee

#411dee

Complementary Color

#411dee #caee1d

#411dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#411dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#411dee Color CSS Codes

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

#411dee Text Font Color

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

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


#411dee Background Color

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

This div background color is #411dee


#411dee Border Color

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

This div border color is #411dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #411dee


Comments

No comments written yet.

Please login to write comment.