Color Hex Logo

#401833 Color Hex

#401833
(64,24,51)
0 Favorites   0 Comments

Color spaces of #401833

RGB 642451
HSL0.890.450.17
HSV320°63°25°
CMYK 0.000.630.20   0.75
XYZ3.03851.98233.3544
Yxy1.98230.36280.2367
Hunter Lab14.079413.8834-4.2702
CIE-Lab15.394123.3685-8.5695

#401833 color RGB value is (64,24,51).

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

The process color (four color CMYK) of #401833 color hex is 0.00, 0.63, 0.20, 0.75. Web safe color of #401833 is #330033. Color #401833 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00011000 00110011
Octal 100 30 63
Decimal 64 24 51
Hex 40 18 33

RGB Percentages of Color #401833

%46.04
%17.27
%36.69

CMYK Percentages of Color #401833

%0
%63
%20
%75

Triadic Colors of #401833

#401833 #334018 #183340

Analogous Colors of #401833

#401833 #40181f #391840

Monochromatic Colors of #401833

#401833

Complementary Color

#401833 #184025

#401833 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#401833 Color Preview on White Background

Lorem ipsum dolor sit amet.

#401833 Color CSS Codes

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

#401833 Text Font Color

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

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


#401833 Background Color

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

This div background color is #401833


#401833 Border Color

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

This div border color is #401833


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,24,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 #401833">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #401833


Comments

No comments written yet.

Please login to write comment.