Color Hex Logo

#b32087 Color Hex

#B32087
(179,32,135)
0 Favorites   0 Comments

Color spaces of #b32087

RGB 17932135
HSL0.880.700.41
HSV318°82°70°
CMYK 0.000.820.25   0.30
XYZ23.480112.366024.0710
Yxy12.36600.39190.2064
Hunter Lab35.165357.6462-15.9688
CIE-Lab41.792064.6274-21.2906

#b32087 color RGB value is (179,32,135).

#b32087 hex color red value is 179, green value is 32 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #b32087 hue: 0.88 , saturation: 0.70 and the lightness value of b32087 is 0.41.

The process color (four color CMYK) of #b32087 color hex is 0.00, 0.82, 0.25, 0.30. Web safe color of #b32087 is #cc3399. Color #b32087 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00100000 10000111
Octal 263 40 207
Decimal 179 32 135
Hex B3 20 87

RGB Percentages of Color #b32087

%51.73
%9.25
%39.02

CMYK Percentages of Color #b32087

%0
%82
%25
%30

Triadic Colors of #b32087

#b32087 #87b320 #2087b3

Analogous Colors of #b32087

#b32087 #b3203d #9620b3

Monochromatic Colors of #b32087

#b32087

Complementary Color

#b32087 #20b34c

#b32087 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b32087 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b32087 Color CSS Codes

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

#b32087 Text Font Color

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

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


#b32087 Background Color

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

This div background color is #b32087


#b32087 Border Color

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

This div border color is #b32087


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b32087


Comments

No comments written yet.

Please login to write comment.