Color Hex Logo

#431330 Color Hex

#431330
(67,19,48)
0 Favorites   0 Comments

Color spaces of #431330

RGB 671948
HSL0.900.560.17
HSV324°72°26°
CMYK 0.000.720.28   0.74
XYZ3.08111.87242.9953
Yxy1.87240.38760.2356
Hunter Lab13.683616.2462-3.3999
CIE-Lab14.802826.6551-7.2666

#431330 color RGB value is (67,19,48).

#431330 hex color red value is 67, green value is 19 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #431330 hue: 0.90 , saturation: 0.56 and the lightness value of 431330 is 0.17.

The process color (four color CMYK) of #431330 color hex is 0.00, 0.72, 0.28, 0.74. Web safe color of #431330 is #330033. Color #431330 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 00010011 00110000
Octal 103 23 60
Decimal 67 19 48
Hex 43 13 30

RGB Percentages of Color #431330

%50.00
%14.18
%35.82

CMYK Percentages of Color #431330

%0
%72
%28
%74

Triadic Colors of #431330

#431330 #304313 #133043

Analogous Colors of #431330

#431330 #431318 #3e1343

Monochromatic Colors of #431330

#431330

Complementary Color

#431330 #134326

#431330 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#431330 Color Preview on White Background

Lorem ipsum dolor sit amet.

#431330 Color CSS Codes

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

#431330 Text Font Color

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

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


#431330 Background Color

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

This div background color is #431330


#431330 Border Color

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

This div border color is #431330


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #431330


Comments

No comments written yet.

Please login to write comment.