Color Hex Logo

#431241 Color Hex

#431241
(67,18,65)
0 Favorites   0 Comments

Color spaces of #431241

RGB 671865
HSL0.840.580.17
HSV302°73°26°
CMYK 0.000.730.03   0.74
XYZ3.48522.00765.2048
Yxy2.00760.32580.1877
Hunter Lab14.169019.1106-11.8612
CIE-Lab15.527130.2189-18.2276

#431241 color RGB value is (67,18,65).

#431241 hex color red value is 67, green value is 18 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #431241 hue: 0.84 , saturation: 0.58 and the lightness value of 431241 is 0.17.

The process color (four color CMYK) of #431241 color hex is 0.00, 0.73, 0.03, 0.74. Web safe color of #431241 is #330033. Color #431241 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 00010010 01000001
Octal 103 22 101
Decimal 67 18 65
Hex 43 12 41

RGB Percentages of Color #431241

%44.67
%12.00
%43.33

CMYK Percentages of Color #431241

%0
%73
%3
%74

Triadic Colors of #431241

#431241 #414312 #124143

Analogous Colors of #431241

#431241 #431229 #2d1243

Monochromatic Colors of #431241

#431241

Complementary Color

#431241 #124314

#431241 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#431241 Color Preview on White Background

Lorem ipsum dolor sit amet.

#431241 Color CSS Codes

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

#431241 Text Font Color

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

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


#431241 Background Color

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

This div background color is #431241


#431241 Border Color

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

This div border color is #431241


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #431241


Comments

No comments written yet.

Please login to write comment.