Color Hex Logo

#430313 Color Hex

#430313
(67,3,19)
0 Favorites   0 Comments

Color spaces of #430313

RGB 67319
HSL0.960.910.14
HSV345°96°26°
CMYK 0.000.960.72   0.74
XYZ2.46481.30540.7382
Yxy1.30540.54670.2895
Hunter Lab11.425418.51334.1670
CIE-Lab11.313230.26718.9467

#430313 color RGB value is (67,3,19).

#430313 hex color red value is 67, green value is 3 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #430313 hue: 0.96 , saturation: 0.91 and the lightness value of 430313 is 0.14.

The process color (four color CMYK) of #430313 color hex is 0.00, 0.96, 0.72, 0.74. Web safe color of #430313 is #330000. Color #430313 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 00000011 00010011
Octal 103 3 23
Decimal 67 3 19
Hex 43 3 13

RGB Percentages of Color #430313

%75.28
%3.37
%21.35

CMYK Percentages of Color #430313

%0
%96
%72
%74

Triadic Colors of #430313

#430313 #134303 #031343

Analogous Colors of #430313

#430313 #431303 #430333

Monochromatic Colors of #430313

#430313

Complementary Color

#430313 #034333

#430313 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#430313 Color Preview on White Background

Lorem ipsum dolor sit amet.

#430313 Color CSS Codes

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

#430313 Text Font Color

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

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


#430313 Background Color

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

This div background color is #430313


#430313 Border Color

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

This div border color is #430313


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #430313


Comments

No comments written yet.

Please login to write comment.