Color Hex Logo

#b55dac Color Hex

#B55DAC
(181,93,172)
0 Favorites   0 Comments

Color spaces of #b55dac

RGB 18193172
HSL0.850.370.54
HSV306°49°71°
CMYK 0.000.490.05   0.29
XYZ30.416820.631041.4088
Yxy20.63100.32900.2231
Hunter Lab45.421440.0467-22.2573
CIE-Lab52.543346.5567-26.7239

#b55dac color RGB value is (181,93,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01011101 10101100
Octal 265 135 254
Decimal 181 93 172
Hex B5 5D AC

RGB Percentages of Color #b55dac

%40.58
%20.85
%38.57

CMYK Percentages of Color #b55dac

%0
%49
%5
%29

Triadic Colors of #b55dac

#b55dac #acb55d #5dacb5

Analogous Colors of #b55dac

#b55dac #b55d80 #925db5

Monochromatic Colors of #b55dac

#b55dac

Complementary Color

#b55dac #5db566

#b55dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b55dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b55dac Color CSS Codes

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

#b55dac Text Font Color

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

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


#b55dac Background Color

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

This div background color is #b55dac


#b55dac Border Color

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

This div border color is #b55dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b55dac


Comments

No comments written yet.

Please login to write comment.