Color Hex Logo

#411deb Color Hex

#411DEB
(65,29,235)
0 Favorites   0 Comments

Color spaces of #411deb

RGB 6529235
HSL0.700.840.52
HSV250°88°92°
CMYK 0.720.880.00   0.08
XYZ17.61478.000779.2132
Yxy8.00070.16800.0763
Hunter Lab28.285561.6606-146.2410
CIE-Lab33.984369.6186-93.6972

#411deb color RGB value is (65,29,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 00011101 11101011
Octal 101 35 353
Decimal 65 29 235
Hex 41 1D EB

RGB Percentages of Color #411deb

%19.76
%8.81
%71.43

CMYK Percentages of Color #411deb

%72
%88
%0
%8

Triadic Colors of #411deb

#411deb #eb411d #1deb41

Analogous Colors of #411deb

#411deb #a81deb #1d60eb

Monochromatic Colors of #411deb

#411deb

Complementary Color

#411deb #c7eb1d

#411deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#411deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#411deb Color CSS Codes

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

#411deb Text Font Color

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

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


#411deb Background Color

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

This div background color is #411deb


#411deb Border Color

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

This div border color is #411deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #411deb


Comments

No comments written yet.

Please login to write comment.