Color Hex Logo

#b42971 Color Hex

#B42971
(180,41,113)
0 Favorites   0 Comments

Color spaces of #b42971

RGB 18041113
HSL0.910.630.43
HSV329°77°71°
CMYK 0.000.770.37   0.29
XYZ22.596012.481416.8410
Yxy12.48140.43520.2404
Hunter Lab35.329052.3406-3.5326
CIE-Lab41.971259.8667-7.4072

#b42971 color RGB value is (180,41,113).

#b42971 hex color red value is 180, green value is 41 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #b42971 hue: 0.91 , saturation: 0.63 and the lightness value of b42971 is 0.43.

The process color (four color CMYK) of #b42971 color hex is 0.00, 0.77, 0.37, 0.29. Web safe color of #b42971 is #cc3366. Color #b42971 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00101001 01110001
Octal 264 51 161
Decimal 180 41 113
Hex B4 29 71

RGB Percentages of Color #b42971

%53.89
%12.28
%33.83

CMYK Percentages of Color #b42971

%0
%77
%37
%29

Triadic Colors of #b42971

#b42971 #71b429 #2971b4

Analogous Colors of #b42971

#b42971 #b4292b #b229b4

Monochromatic Colors of #b42971

#b42971

Complementary Color

#b42971 #29b46c

#b42971 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b42971 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b42971 Color CSS Codes

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

#b42971 Text Font Color

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

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


#b42971 Background Color

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

This div background color is #b42971


#b42971 Border Color

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

This div border color is #b42971


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b42971


Comments

No comments written yet.

Please login to write comment.