Color Hex Logo

#431446 Color Hex

#431446
(67,20,70)
0 Favorites   0 Comments

Color spaces of #431446

RGB 672070
HSL0.820.560.18
HSV296°71°27°
CMYK 0.040.710.00   0.73
XYZ3.67042.13586.0132
Yxy2.13580.31050.1807
Hunter Lab14.614419.2551-14.1653
CIE-Lab16.184430.2775-20.6729

#431446 color RGB value is (67,20,70).

#431446 hex color red value is 67, green value is 20 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #431446 hue: 0.82 , saturation: 0.56 and the lightness value of 431446 is 0.18.

The process color (four color CMYK) of #431446 color hex is 0.04, 0.71, 0.00, 0.73. Web safe color of #431446 is #330033. Color #431446 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 00010100 01000110
Octal 103 24 106
Decimal 67 20 70
Hex 43 14 46

RGB Percentages of Color #431446

%42.68
%12.74
%44.59

CMYK Percentages of Color #431446

%4
%71
%0
%73

Triadic Colors of #431446

#431446 #464314 #144643

Analogous Colors of #431446

#431446 #461430 #2a1446

Monochromatic Colors of #431446

#431446

Complementary Color

#431446 #174614

#431446 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#431446 Color Preview on White Background

Lorem ipsum dolor sit amet.

#431446 Color CSS Codes

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

#431446 Text Font Color

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

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


#431446 Background Color

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

This div background color is #431446


#431446 Border Color

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

This div border color is #431446


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #431446


Comments

No comments written yet.

Please login to write comment.