Color Hex Logo

#401335 Color Hex

#401335
(64,19,53)
0 Favorites   0 Comments

Color spaces of #401335

RGB 641953
HSL0.870.540.16
HSV315°70°25°
CMYK 0.000.700.17   0.75
XYZ2.98981.81283.5605
Yxy1.81280.35750.2168
Hunter Lab13.464016.0754-6.2542
CIE-Lab14.472526.4885-11.4171

#401335 color RGB value is (64,19,53).

#401335 hex color red value is 64, green value is 19 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #401335 hue: 0.87 , saturation: 0.54 and the lightness value of 401335 is 0.16.

The process color (four color CMYK) of #401335 color hex is 0.00, 0.70, 0.17, 0.75. Web safe color of #401335 is #330033. Color #401335 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00010011 00110101
Octal 100 23 65
Decimal 64 19 53
Hex 40 13 35

RGB Percentages of Color #401335

%47.06
%13.97
%38.97

CMYK Percentages of Color #401335

%0
%70
%17
%75

Triadic Colors of #401335

#401335 #354013 #133540

Analogous Colors of #401335

#401335 #40131f #351340

Monochromatic Colors of #401335

#401335

Complementary Color

#401335 #13401e

#401335 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#401335 Color Preview on White Background

Lorem ipsum dolor sit amet.

#401335 Color CSS Codes

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

#401335 Text Font Color

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

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


#401335 Background Color

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

This div background color is #401335


#401335 Border Color

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

This div border color is #401335


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #401335


Comments

No comments written yet.

Please login to write comment.