Color Hex Logo

#411fd8 Color Hex

#411FD8
(65,31,216)
0 Favorites   0 Comments

Color spaces of #411fd8

RGB 6531216
HSL0.700.750.48
HSV251°86°85°
CMYK 0.700.860.00   0.15
XYZ15.06467.061765.5348
Yxy7.06170.17190.0806
Hunter Lab26.573954.6866-127.6156
CIE-Lab31.947063.9208-86.1956

#411fd8 color RGB value is (65,31,216).

#411fd8 hex color red value is 65, green value is 31 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #411fd8 hue: 0.70 , saturation: 0.75 and the lightness value of 411fd8 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 00011111 11011000
Octal 101 37 330
Decimal 65 31 216
Hex 41 1F D8

RGB Percentages of Color #411fd8

%20.83
%9.94
%69.23

CMYK Percentages of Color #411fd8

%70
%86
%0
%15

Triadic Colors of #411fd8

#411fd8 #d8411f #1fd841

Analogous Colors of #411fd8

#411fd8 #9e1fd8 #1f59d8

Monochromatic Colors of #411fd8

#411fd8

Complementary Color

#411fd8 #b6d81f

#411fd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#411fd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#411fd8 Color CSS Codes

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

#411fd8 Text Font Color

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

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


#411fd8 Background Color

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

This div background color is #411fd8


#411fd8 Border Color

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

This div border color is #411fd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #411fd8


Comments

No comments written yet.

Please login to write comment.