Color Hex Logo

#b56dae Color Hex

#B56DAE
(181,109,174)
0 Favorites   0 Comments

Color spaces of #b56dae

RGB 181109174
HSL0.850.330.57
HSV306°40°71°
CMYK 0.000.400.04   0.29
XYZ32.164723.817042.9463
Yxy23.81700.32510.2408
Hunter Lab48.802732.2405-18.0133
CIE-Lab55.904138.4997-22.7010

#b56dae color RGB value is (181,109,174).

#b56dae hex color red value is 181, green value is 109 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b56dae hue: 0.85 , saturation: 0.33 and the lightness value of b56dae is 0.57.

The process color (four color CMYK) of #b56dae color hex is 0.00, 0.40, 0.04, 0.29. Web safe color of #b56dae is #cc6699. Color #b56dae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01101101 10101110
Octal 265 155 256
Decimal 181 109 174
Hex B5 6D AE

RGB Percentages of Color #b56dae

%39.01
%23.49
%37.50

CMYK Percentages of Color #b56dae

%0
%40
%4
%29

Triadic Colors of #b56dae

#b56dae #aeb56d #6daeb5

Analogous Colors of #b56dae

#b56dae #b56d8a #986db5

Monochromatic Colors of #b56dae

#b56dae

Complementary Color

#b56dae #6db574

#b56dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b56dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b56dae Color CSS Codes

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

#b56dae Text Font Color

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

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


#b56dae Background Color

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

This div background color is #b56dae


#b56dae Border Color

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

This div border color is #b56dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b56dae


Comments

No comments written yet.

Please login to write comment.