Color Hex Logo

#b55daa Color Hex

#B55DAA
(181,93,170)
0 Favorites   0 Comments

Color spaces of #b55daa

RGB 18193170
HSL0.850.370.54
HSV308°49°71°
CMYK 0.000.490.06   0.29
XYZ30.226120.554740.4046
Yxy20.55470.33150.2254
Hunter Lab45.337339.6646-21.1032
CIE-Lab52.458746.2051-25.6888

#b55daa color RGB value is (181,93,170).

#b55daa hex color red value is 181, green value is 93 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b55daa hue: 0.85 , saturation: 0.37 and the lightness value of b55daa is 0.54.

The process color (four color CMYK) of #b55daa color hex is 0.00, 0.49, 0.06, 0.29. Web safe color of #b55daa is #cc6699. Color #b55daa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01011101 10101010
Octal 265 135 252
Decimal 181 93 170
Hex B5 5D AA

RGB Percentages of Color #b55daa

%40.77
%20.95
%38.29

CMYK Percentages of Color #b55daa

%0
%49
%6
%29

Triadic Colors of #b55daa

#b55daa #aab55d #5daab5

Analogous Colors of #b55daa

#b55daa #b55d7e #945db5

Monochromatic Colors of #b55daa

#b55daa

Complementary Color

#b55daa #5db568

#b55daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b55daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b55daa Color CSS Codes

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

#b55daa Text Font Color

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

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


#b55daa Background Color

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

This div background color is #b55daa


#b55daa Border Color

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

This div border color is #b55daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b55daa


Comments

No comments written yet.

Please login to write comment.