Color Hex Logo

#b55684 Color Hex

#B55684
(181,86,132)
0 Favorites   0 Comments

Color spaces of #b55684

RGB 18186132
HSL0.920.390.52
HSV331°52°71°
CMYK 0.000.520.27   0.29
XYZ26.548718.145323.9329
Yxy18.14530.38690.2644
Hunter Lab42.597336.7046-3.4934
CIE-Lab49.671943.7739-7.4730

#b55684 color RGB value is (181,86,132).

#b55684 hex color red value is 181, green value is 86 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #b55684 hue: 0.92 , saturation: 0.39 and the lightness value of b55684 is 0.52.

The process color (four color CMYK) of #b55684 color hex is 0.00, 0.52, 0.27, 0.29. Web safe color of #b55684 is #cc6699. Color #b55684 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01010110 10000100
Octal 265 126 204
Decimal 181 86 132
Hex B5 56 84

RGB Percentages of Color #b55684

%45.36
%21.55
%33.08

CMYK Percentages of Color #b55684

%0
%52
%27
%29

Triadic Colors of #b55684

#b55684 #84b556 #5684b5

Analogous Colors of #b55684

#b55684 #b55856 #b556b4

Monochromatic Colors of #b55684

#b55684

Complementary Color

#b55684 #56b587

#b55684 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b55684 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b55684 Color CSS Codes

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

#b55684 Text Font Color

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

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


#b55684 Background Color

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

This div background color is #b55684


#b55684 Border Color

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

This div border color is #b55684


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(181,86,132, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b55684; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b55684;
  -webkit-box-shadow: 1px 1px 3px 2px #b55684;
  box-shadow:         1px 1px 3px 2px #b55684; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,86,132, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b55684


Comments

No comments written yet.

Please login to write comment.