Color Hex Logo

#b56eaf Color Hex

#B56EAF
(181,110,175)
0 Favorites   0 Comments

Color spaces of #b56eaf

RGB 181110175
HSL0.850.320.57
HSV305°39°71°
CMYK 0.000.390.03   0.29
XYZ32.369824.070843.4975
Yxy24.07080.32390.2409
Hunter Lab49.062031.9110-18.2221
CIE-Lab56.158638.1417-22.8870

#b56eaf color RGB value is (181,110,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01101110 10101111
Octal 265 156 257
Decimal 181 110 175
Hex B5 6E AF

RGB Percentages of Color #b56eaf

%38.84
%23.61
%37.55

CMYK Percentages of Color #b56eaf

%0
%39
%3
%29

Triadic Colors of #b56eaf

#b56eaf #afb56e #6eafb5

Analogous Colors of #b56eaf

#b56eaf #b56e8c #986eb5

Monochromatic Colors of #b56eaf

#b56eaf

Complementary Color

#b56eaf #6eb574

#b56eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b56eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b56eaf Color CSS Codes

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

#b56eaf Text Font Color

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

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


#b56eaf Background Color

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

This div background color is #b56eaf


#b56eaf Border Color

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

This div border color is #b56eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b56eaf


Comments

No comments written yet.

Please login to write comment.