Color Hex Logo

#b35987 Color Hex

#B35987
(179,89,135)
0 Favorites   0 Comments

Color spaces of #b35987

RGB 17989135
HSL0.910.370.53
HSV329°50°70°
CMYK 0.000.500.25   0.30
XYZ26.536018.477725.0896
Yxy18.47770.37850.2636
Hunter Lab42.985734.9669-4.5160
CIE-Lab50.070542.0038-8.6997

#b35987 color RGB value is (179,89,135).

#b35987 hex color red value is 179, green value is 89 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #b35987 hue: 0.91 , saturation: 0.37 and the lightness value of b35987 is 0.53.

The process color (four color CMYK) of #b35987 color hex is 0.00, 0.50, 0.25, 0.30. Web safe color of #b35987 is #cc6699. Color #b35987 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01011001 10000111
Octal 263 131 207
Decimal 179 89 135
Hex B3 59 87

RGB Percentages of Color #b35987

%44.42
%22.08
%33.50

CMYK Percentages of Color #b35987

%0
%50
%25
%30

Triadic Colors of #b35987

#b35987 #87b359 #5987b3

Analogous Colors of #b35987

#b35987 #b3595a #b259b3

Monochromatic Colors of #b35987

#b35987

Complementary Color

#b35987 #59b385

#b35987 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b35987 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b35987 Color CSS Codes

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

#b35987 Text Font Color

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

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


#b35987 Background Color

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

This div background color is #b35987


#b35987 Border Color

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

This div border color is #b35987


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b35987


Comments

No comments written yet.

Please login to write comment.