Color Hex Logo

#411b5d Color Hex

#411B5D
(65,27,93)
0 Favorites   0 Comments

Color spaces of #411b5d

RGB 652793
HSL0.760.550.24
HSV275°71°36°
CMYK 0.300.710.00   0.64
XYZ4.54772.698010.6370
Yxy2.69800.25430.1509
Hunter Lab16.425620.6759-26.8975
CIE-Lab18.791431.5556-32.1268

#411b5d color RGB value is (65,27,93).

#411b5d hex color red value is 65, green value is 27 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #411b5d hue: 0.76 , saturation: 0.55 and the lightness value of 411b5d is 0.24.

The process color (four color CMYK) of #411b5d color hex is 0.30, 0.71, 0.00, 0.64. Web safe color of #411b5d is #333366. Color #411b5d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00011011 01011101
Octal 101 33 135
Decimal 65 27 93
Hex 41 1B 5D

RGB Percentages of Color #411b5d

%35.14
%14.59
%50.27

CMYK Percentages of Color #411b5d

%30
%71
%0
%64

Triadic Colors of #411b5d

#411b5d #5d411b #1b5d41

Analogous Colors of #411b5d

#411b5d #5d1b58 #201b5d

Monochromatic Colors of #411b5d

#411b5d

Complementary Color

#411b5d #375d1b

#411b5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#411b5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#411b5d Color CSS Codes

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

#411b5d Text Font Color

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

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


#411b5d Background Color

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

This div background color is #411b5d


#411b5d Border Color

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

This div border color is #411b5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #411b5d


Comments

No comments written yet.

Please login to write comment.