Color Hex Logo

#b56ead Color Hex

#B56EAD
(181,110,173)
0 Favorites   0 Comments

Color spaces of #b56ead

RGB 181110173
HSL0.850.320.57
HSV307°39°71°
CMYK 0.000.390.04   0.29
XYZ32.174823.992742.4704
Yxy23.99270.32620.2432
Hunter Lab48.982331.5313-17.1201
CIE-Lab56.080537.7759-21.8531

#b56ead color RGB value is (181,110,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01101110 10101101
Octal 265 156 255
Decimal 181 110 173
Hex B5 6E AD

RGB Percentages of Color #b56ead

%39.01
%23.71
%37.28

CMYK Percentages of Color #b56ead

%0
%39
%4
%29

Triadic Colors of #b56ead

#b56ead #adb56e #6eadb5

Analogous Colors of #b56ead

#b56ead #b56e8a #9a6eb5

Monochromatic Colors of #b56ead

#b56ead

Complementary Color

#b56ead #6eb576

#b56ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b56ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#b56ead Color CSS Codes

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

#b56ead Text Font Color

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

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


#b56ead Background Color

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

This div background color is #b56ead


#b56ead Border Color

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

This div border color is #b56ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b56ead


Comments

No comments written yet.

Please login to write comment.