Color Hex Logo

#b35588 Color Hex

#B35588
(179,85,136)
0 Favorites   0 Comments

Color spaces of #b35588

RGB 17985136
HSL0.910.380.52
HSV327°53°70°
CMYK 0.000.530.24   0.30
XYZ26.282817.858325.3543
Yxy17.85830.37820.2570
Hunter Lab42.259137.0637-5.9910
CIE-Lab49.323844.1794-10.4168

#b35588 color RGB value is (179,85,136).

#b35588 hex color red value is 179, green value is 85 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #b35588 hue: 0.91 , saturation: 0.38 and the lightness value of b35588 is 0.52.

The process color (four color CMYK) of #b35588 color hex is 0.00, 0.53, 0.24, 0.30. Web safe color of #b35588 is #cc6699. Color #b35588 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01010101 10001000
Octal 263 125 210
Decimal 179 85 136
Hex B3 55 88

RGB Percentages of Color #b35588

%44.75
%21.25
%34.00

CMYK Percentages of Color #b35588

%0
%53
%24
%30

Triadic Colors of #b35588

#b35588 #88b355 #5588b3

Analogous Colors of #b35588

#b35588 #b35559 #af55b3

Monochromatic Colors of #b35588

#b35588

Complementary Color

#b35588 #55b380

#b35588 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b35588 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b35588 Color CSS Codes

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

#b35588 Text Font Color

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

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


#b35588 Background Color

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

This div background color is #b35588


#b35588 Border Color

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

This div border color is #b35588


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b35588


Comments

No comments written yet.

Please login to write comment.