Color Hex Logo

#43013b Color Hex

#43013B
(67,1,59)
0 Favorites   0 Comments

Color spaces of #43013b

RGB 67159
HSL0.850.970.13
HSV307°99°26°
CMYK 0.000.990.12   0.74
XYZ3.11501.53084.2690
Yxy1.53080.34940.1717
Hunter Lab12.372623.2884-11.7965
CIE-Lab12.802535.8597-18.2846

#43013b color RGB value is (67,1,59).

#43013b hex color red value is 67, green value is 1 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #43013b hue: 0.85 , saturation: 0.97 and the lightness value of 43013b is 0.13.

The process color (four color CMYK) of #43013b color hex is 0.00, 0.99, 0.12, 0.74. Web safe color of #43013b is #330033. Color #43013b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 00000001 00111011
Octal 103 1 73
Decimal 67 1 59
Hex 43 1 3B

RGB Percentages of Color #43013b

%52.76
%0.79
%46.46

CMYK Percentages of Color #43013b

%0
%99
%12
%74

Triadic Colors of #43013b

#43013b #3b4301 #013b43

Analogous Colors of #43013b

#43013b #43011a #2a0143

Monochromatic Colors of #43013b

#43013b

Complementary Color

#43013b #014309

#43013b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#43013b Color Preview on White Background

Lorem ipsum dolor sit amet.

#43013b Color CSS Codes

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

#43013b Text Font Color

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

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


#43013b Background Color

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

This div background color is #43013b


#43013b Border Color

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

This div border color is #43013b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #43013b


Comments

No comments written yet.

Please login to write comment.