Color Hex Logo

#b32f8e Color Hex

#B32F8E
(179,47,142)
0 Favorites   0 Comments

Color spaces of #b32f8e

RGB 17947142
HSL0.880.580.44
HSV317°74°70°
CMYK 0.000.740.21   0.30
XYZ24.489413.569726.9197
Yxy13.56970.37690.2088
Hunter Lab36.837154.2025-17.5418
CIE-Lab43.609461.2261-22.7511

#b32f8e color RGB value is (179,47,142).

#b32f8e hex color red value is 179, green value is 47 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #b32f8e hue: 0.88 , saturation: 0.58 and the lightness value of b32f8e is 0.44.

The process color (four color CMYK) of #b32f8e color hex is 0.00, 0.74, 0.21, 0.30. Web safe color of #b32f8e is #cc3399. Color #b32f8e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00101111 10001110
Octal 263 57 216
Decimal 179 47 142
Hex B3 2F 8E

RGB Percentages of Color #b32f8e

%48.64
%12.77
%38.59

CMYK Percentages of Color #b32f8e

%0
%74
%21
%30

Triadic Colors of #b32f8e

#b32f8e #8eb32f #2f8eb3

Analogous Colors of #b32f8e

#b32f8e #b32f4c #962fb3

Monochromatic Colors of #b32f8e

#b32f8e

Complementary Color

#b32f8e #2fb354

#b32f8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b32f8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b32f8e Color CSS Codes

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

#b32f8e Text Font Color

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

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


#b32f8e Background Color

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

This div background color is #b32f8e


#b32f8e Border Color

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

This div border color is #b32f8e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,47,142, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b32f8e


Comments

No comments written yet.

Please login to write comment.