Color Hex Logo

#b42d5b Color Hex

#B42D5B
(180,45,91)
0 Favorites   0 Comments

Color spaces of #b42d5b

RGB 1804591
HSL0.940.600.44
HSV340°75°71°
CMYK 0.000.750.49   0.29
XYZ21.649112.335411.1375
Yxy12.33540.47980.2734
Hunter Lab35.121848.56445.7837
CIE-Lab41.744356.45636.0245

#b42d5b color RGB value is (180,45,91).

#b42d5b hex color red value is 180, green value is 45 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #b42d5b hue: 0.94 , saturation: 0.60 and the lightness value of b42d5b is 0.44.

The process color (four color CMYK) of #b42d5b color hex is 0.00, 0.75, 0.49, 0.29. Web safe color of #b42d5b is #cc3366. Color #b42d5b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00101101 01011011
Octal 264 55 133
Decimal 180 45 91
Hex B4 2D 5B

RGB Percentages of Color #b42d5b

%56.96
%14.24
%28.80

CMYK Percentages of Color #b42d5b

%0
%75
%49
%29

Triadic Colors of #b42d5b

#b42d5b #5bb42d #2d5bb4

Analogous Colors of #b42d5b

#b42d5b #b4432d #b42d9f

Monochromatic Colors of #b42d5b

#b42d5b

Complementary Color

#b42d5b #2db486

#b42d5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b42d5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#b42d5b Color CSS Codes

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

#b42d5b Text Font Color

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

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


#b42d5b Background Color

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

This div background color is #b42d5b


#b42d5b Border Color

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

This div border color is #b42d5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b42d5b


Comments

No comments written yet.

Please login to write comment.