Color Hex Logo

#431b4a Color Hex

#431B4A
(67,27,74)
0 Favorites   0 Comments

Color spaces of #431b4a

RGB 672774
HSL0.810.470.20
HSV291°64°29°
CMYK 0.090.640.00   0.71
XYZ3.94272.47166.7478
Yxy2.47160.29950.1878
Hunter Lab15.721317.2531-14.4431
CIE-Lab17.789727.4381-20.8883

#431b4a color RGB value is (67,27,74).

#431b4a hex color red value is 67, green value is 27 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #431b4a hue: 0.81 , saturation: 0.47 and the lightness value of 431b4a is 0.20.

The process color (four color CMYK) of #431b4a color hex is 0.09, 0.64, 0.00, 0.71. Web safe color of #431b4a is #333333. Color #431b4a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 00011011 01001010
Octal 103 33 112
Decimal 67 27 74
Hex 43 1B 4A

RGB Percentages of Color #431b4a

%39.88
%16.07
%44.05

CMYK Percentages of Color #431b4a

%9
%64
%0
%71

Triadic Colors of #431b4a

#431b4a #4a431b #1b4a43

Analogous Colors of #431b4a

#431b4a #4a1b3a #2c1b4a

Monochromatic Colors of #431b4a

#431b4a

Complementary Color

#431b4a #224a1b

#431b4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#431b4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#431b4a Color CSS Codes

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

#431b4a Text Font Color

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

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


#431b4a Background Color

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

This div background color is #431b4a


#431b4a Border Color

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

This div border color is #431b4a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(67,27,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #431b4a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #431b4a;
  -webkit-box-shadow: 1px 1px 3px 2px #431b4a;
  box-shadow:         1px 1px 3px 2px #431b4a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #431b4a


Comments

No comments written yet.

Please login to write comment.