Color Hex Logo

#43203a Color Hex

#43203A
(67,32,58)
0 Favorites   0 Comments

Color spaces of #43203a

RGB 673258
HSL0.880.350.19
HSV315°52°26°
CMYK 0.000.520.13   0.74
XYZ3.59502.53184.3022
Yxy2.53180.34470.2428
Hunter Lab15.911612.4841-4.8927
CIE-Lab18.061821.0198-9.3926

#43203a color RGB value is (67,32,58).

#43203a hex color red value is 67, green value is 32 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #43203a hue: 0.88 , saturation: 0.35 and the lightness value of 43203a is 0.19.

The process color (four color CMYK) of #43203a color hex is 0.00, 0.52, 0.13, 0.74. Web safe color of #43203a is #333333. Color #43203a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 00100000 00111010
Octal 103 40 72
Decimal 67 32 58
Hex 43 20 3A

RGB Percentages of Color #43203a

%42.68
%20.38
%36.94

CMYK Percentages of Color #43203a

%0
%52
%13
%74

Triadic Colors of #43203a

#43203a #3a4320 #203a43

Analogous Colors of #43203a

#43203a #432029 #3b2043

Monochromatic Colors of #43203a

#43203a

Complementary Color

#43203a #204329

#43203a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#43203a Color Preview on White Background

Lorem ipsum dolor sit amet.

#43203a Color CSS Codes

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

#43203a Text Font Color

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

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


#43203a Background Color

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

This div background color is #43203a


#43203a Border Color

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

This div border color is #43203a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #43203a


Comments

No comments written yet.

Please login to write comment.