Color Hex Logo

#b35a89 Color Hex

#B35A89
(179,90,137)
0 Favorites   0 Comments

Color spaces of #b35a89

RGB 17990137
HSL0.910.370.53
HSV328°50°70°
CMYK 0.000.500.23   0.30
XYZ26.761918.702225.8663
Yxy18.70220.37520.2622
Hunter Lab43.246034.7804-5.1903
CIE-Lab50.337041.7797-9.4927

#b35a89 color RGB value is (179,90,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01011010 10001001
Octal 263 132 211
Decimal 179 90 137
Hex B3 5A 89

RGB Percentages of Color #b35a89

%44.09
%22.17
%33.74

CMYK Percentages of Color #b35a89

%0
%50
%23
%30

Triadic Colors of #b35a89

#b35a89 #89b35a #5a89b3

Analogous Colors of #b35a89

#b35a89 #b35a5d #b15ab3

Monochromatic Colors of #b35a89

#b35a89

Complementary Color

#b35a89 #5ab384

#b35a89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b35a89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b35a89 Color CSS Codes

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

#b35a89 Text Font Color

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

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


#b35a89 Background Color

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

This div background color is #b35a89


#b35a89 Border Color

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

This div border color is #b35a89


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b35a89


Comments

No comments written yet.

Please login to write comment.