Color Hex Logo

#b32d71 Color Hex

#B32D71
(179,45,113)
0 Favorites   0 Comments

Color spaces of #b32d71

RGB 17945113
HSL0.920.600.44
HSV330°75°70°
CMYK 0.000.750.37   0.30
XYZ22.509412.652716.8786
Yxy12.65270.43250.2431
Hunter Lab35.570650.7077-3.2342
CIE-Lab42.235258.3326-7.0318

#b32d71 color RGB value is (179,45,113).

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

The process color (four color CMYK) of #b32d71 color hex is 0.00, 0.75, 0.37, 0.30. Web safe color of #b32d71 is #cc3366. Color #b32d71 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00101101 01110001
Octal 263 55 161
Decimal 179 45 113
Hex B3 2D 71

RGB Percentages of Color #b32d71

%53.12
%13.35
%33.53

CMYK Percentages of Color #b32d71

%0
%75
%37
%30

Triadic Colors of #b32d71

#b32d71 #71b32d #2d71b3

Analogous Colors of #b32d71

#b32d71 #b32d2e #b22db3

Monochromatic Colors of #b32d71

#b32d71

Complementary Color

#b32d71 #2db36f

#b32d71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b32d71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b32d71 Color CSS Codes

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

#b32d71 Text Font Color

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

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


#b32d71 Background Color

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

This div background color is #b32d71


#b32d71 Border Color

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

This div border color is #b32d71


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,45,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 #b32d71">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b32d71


Comments

No comments written yet.

Please login to write comment.