Color Hex Logo

#431742 Color Hex

#431742
(67,23,66)
0 Favorites   0 Comments

Color spaces of #431742

RGB 672366
HSL0.840.490.18
HSV301°66°26°
CMYK 0.000.660.01   0.74
XYZ3.60452.19945.3888
Yxy2.19940.32200.1965
Hunter Lab14.830417.4310-11.1625
CIE-Lab16.500727.8964-17.3944

#431742 color RGB value is (67,23,66).

#431742 hex color red value is 67, green value is 23 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #431742 hue: 0.84 , saturation: 0.49 and the lightness value of 431742 is 0.18.

The process color (four color CMYK) of #431742 color hex is 0.00, 0.66, 0.01, 0.74. Web safe color of #431742 is #330033. Color #431742 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 00010111 01000010
Octal 103 27 102
Decimal 67 23 66
Hex 43 17 42

RGB Percentages of Color #431742

%42.95
%14.74
%42.31

CMYK Percentages of Color #431742

%0
%66
%1
%74

Triadic Colors of #431742

#431742 #424317 #174243

Analogous Colors of #431742

#431742 #43172c #2e1743

Monochromatic Colors of #431742

#431742

Complementary Color

#431742 #174318

#431742 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#431742 Color Preview on White Background

Lorem ipsum dolor sit amet.

#431742 Color CSS Codes

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

#431742 Text Font Color

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

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


#431742 Background Color

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

This div background color is #431742


#431742 Border Color

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

This div border color is #431742


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #431742


Comments

No comments written yet.

Please login to write comment.