Color Hex Logo

#b56aae Color Hex

#B56AAE
(181,106,174)
0 Favorites   0 Comments

Color spaces of #b56aae

RGB 181106174
HSL0.850.340.56
HSV306°41°71°
CMYK 0.000.410.04   0.29
XYZ31.850123.187842.8414
Yxy23.18780.32540.2369
Hunter Lab48.153733.7955-19.0415
CIE-Lab55.265340.1137-23.6829

#b56aae color RGB value is (181,106,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01101010 10101110
Octal 265 152 256
Decimal 181 106 174
Hex B5 6A AE

RGB Percentages of Color #b56aae

%39.26
%22.99
%37.74

CMYK Percentages of Color #b56aae

%0
%41
%4
%29

Triadic Colors of #b56aae

#b56aae #aeb56a #6aaeb5

Analogous Colors of #b56aae

#b56aae #b56a89 #976ab5

Monochromatic Colors of #b56aae

#b56aae

Complementary Color

#b56aae #6ab571

#b56aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b56aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b56aae Color CSS Codes

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

#b56aae Text Font Color

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

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


#b56aae Background Color

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

This div background color is #b56aae


#b56aae Border Color

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

This div border color is #b56aae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,106,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 #b56aae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b56aae


Comments

No comments written yet.

Please login to write comment.