Color Hex Logo

#401423 Color Hex

#401423
(64,20,35)
0 Favorites   0 Comments

Color spaces of #401423

RGB 642035
HSL0.940.520.16
HSV340°69°25°
CMYK 0.000.690.45   0.75
XYZ2.66791.71161.7799
Yxy1.71160.43310.2779
Hunter Lab13.082813.50551.0916
CIE-Lab13.894623.09870.7839

#401423 color RGB value is (64,20,35).

#401423 hex color red value is 64, green value is 20 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #401423 hue: 0.94 , saturation: 0.52 and the lightness value of 401423 is 0.16.

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 00010100 00100011
Octal 100 24 43
Decimal 64 20 35
Hex 40 14 23

RGB Percentages of Color #401423

%53.78
%16.81
%29.41

CMYK Percentages of Color #401423

%0
%69
%45
%75

Triadic Colors of #401423

#401423 #234014 #142340

Analogous Colors of #401423

#401423 #401b14 #401439

Monochromatic Colors of #401423

#401423

Complementary Color

#401423 #144031

#401423 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#401423 Color Preview on White Background

Lorem ipsum dolor sit amet.

#401423 Color CSS Codes

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

#401423 Text Font Color

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

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


#401423 Background Color

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

This div background color is #401423


#401423 Border Color

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

This div border color is #401423


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #401423


Comments

No comments written yet.

Please login to write comment.