Color Hex Logo

#411433 Color Hex

#411433
(65,20,51)
0 Favorites   0 Comments

Color spaces of #411433

RGB 652051
HSL0.890.530.17
HSV319°69°25°
CMYK 0.000.690.22   0.75
XYZ3.02771.86313.3320
Yxy1.86310.36820.2266
Hunter Lab13.649515.7076-4.9186
CIE-Lab14.751825.9489-9.5371

#411433 color RGB value is (65,20,51).

#411433 hex color red value is 65, green value is 20 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #411433 hue: 0.89 , saturation: 0.53 and the lightness value of 411433 is 0.17.

The process color (four color CMYK) of #411433 color hex is 0.00, 0.69, 0.22, 0.75. Web safe color of #411433 is #330033. Color #411433 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00010100 00110011
Octal 101 24 63
Decimal 65 20 51
Hex 41 14 33

RGB Percentages of Color #411433

%47.79
%14.71
%37.50

CMYK Percentages of Color #411433

%0
%69
%22
%75

Triadic Colors of #411433

#411433 #334114 #143341

Analogous Colors of #411433

#411433 #41141d #391441

Monochromatic Colors of #411433

#411433

Complementary Color

#411433 #144122

#411433 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#411433 Color Preview on White Background

Lorem ipsum dolor sit amet.

#411433 Color CSS Codes

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

#411433 Text Font Color

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

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


#411433 Background Color

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

This div background color is #411433


#411433 Border Color

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

This div border color is #411433


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,20,51, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #411433; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #411433;
  -webkit-box-shadow: 1px 1px 3px 2px #411433;
  box-shadow:         1px 1px 3px 2px #411433; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #411433


Comments

No comments written yet.

Please login to write comment.