Color Hex Logo

#410deb Color Hex

#410DEB
(65,13,235)
0 Favorites   0 Comments

Color spaces of #410deb

RGB 6513235
HSL0.710.900.49
HSV254°94°92°
CMYK 0.720.940.00   0.08
XYZ17.31937.409879.1147
Yxy7.40980.16680.0714
Hunter Lab27.220965.9338-153.2652
CIE-Lab32.722273.4563-95.7987

#410deb color RGB value is (65,13,235).

#410deb hex color red value is 65, green value is 13 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #410deb hue: 0.71 , saturation: 0.90 and the lightness value of 410deb is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 00001101 11101011
Octal 101 15 353
Decimal 65 13 235
Hex 41 D EB

RGB Percentages of Color #410deb

%20.77
%4.15
%75.08

CMYK Percentages of Color #410deb

%72
%94
%0
%8

Triadic Colors of #410deb

#410deb #eb410d #0deb41

Analogous Colors of #410deb

#410deb #b00deb #0d48eb

Monochromatic Colors of #410deb

#410deb

Complementary Color

#410deb #b7eb0d

#410deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#410deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#410deb Color CSS Codes

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

#410deb Text Font Color

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

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


#410deb Background Color

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

This div background color is #410deb


#410deb Border Color

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

This div border color is #410deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #410deb


Comments

No comments written yet.

Please login to write comment.