Color Hex Logo

#b40543 Color Hex

#B40543
(180,5,67)
0 Favorites   0 Comments

Color spaces of #b40543

RGB 180567
HSL0.940.950.36
HSV339°97°71°
CMYK 0.000.970.63   0.29
XYZ19.889810.21716.2340
Yxy10.21710.54730.2811
Hunter Lab31.964255.134710.8116
CIE-Lab38.229363.101016.4145

#b40543 color RGB value is (180,5,67).

#b40543 hex color red value is 180, green value is 5 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #b40543 hue: 0.94 , saturation: 0.95 and the lightness value of b40543 is 0.36.

The process color (four color CMYK) of #b40543 color hex is 0.00, 0.97, 0.63, 0.29. Web safe color of #b40543 is #cc0033. Color #b40543 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00000101 01000011
Octal 264 5 103
Decimal 180 5 67
Hex B4 5 43

RGB Percentages of Color #b40543

%71.43
%1.98
%26.59

CMYK Percentages of Color #b40543

%0
%97
%63
%29

Triadic Colors of #b40543

#b40543 #43b405 #0543b4

Analogous Colors of #b40543

#b40543 #b41f05 #b4059b

Monochromatic Colors of #b40543

#b40543

Complementary Color

#b40543 #05b476

#b40543 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b40543 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b40543 Color CSS Codes

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

#b40543 Text Font Color

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

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


#b40543 Background Color

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

This div background color is #b40543


#b40543 Border Color

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

This div border color is #b40543


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b40543


Comments

No comments written yet.

Please login to write comment.