Color Hex Logo

#411dbd Color Hex

#411DBD
(65,29,189)
0 Favorites   0 Comments

Color spaces of #411dbd

RGB 6529189
HSL0.700.730.43
HSV254°85°74°
CMYK 0.660.850.00   0.26
XYZ11.80465.676748.6176
Yxy5.67670.17860.0859
Hunter Lab23.825846.7433-104.3057
CIE-Lab28.581757.3013-75.9999

#411dbd color RGB value is (65,29,189).

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

The process color (four color CMYK) of #411dbd color hex is 0.66, 0.85, 0.00, 0.26. Web safe color of #411dbd is #3333cc. Color #411dbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00011101 10111101
Octal 101 35 275
Decimal 65 29 189
Hex 41 1D BD

RGB Percentages of Color #411dbd

%22.97
%10.25
%66.78

CMYK Percentages of Color #411dbd

%66
%85
%0
%26

Triadic Colors of #411dbd

#411dbd #bd411d #1dbd41

Analogous Colors of #411dbd

#411dbd #911dbd #1d49bd

Monochromatic Colors of #411dbd

#411dbd

Complementary Color

#411dbd #99bd1d

#411dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#411dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#411dbd Color CSS Codes

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

#411dbd Text Font Color

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

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


#411dbd Background Color

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

This div background color is #411dbd


#411dbd Border Color

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

This div border color is #411dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #411dbd


Comments

No comments written yet.

Please login to write comment.