Color Hex Logo

#b56cae Color Hex

#B56CAE
(181,108,174)
0 Favorites   0 Comments

Color spaces of #b56cae

RGB 181108174
HSL0.850.330.57
HSV306°40°71°
CMYK 0.000.400.04   0.29
XYZ32.058623.604942.9109
Yxy23.60490.32520.2395
Hunter Lab48.584932.7592-18.3564
CIE-Lab55.690039.0389-23.0298

#b56cae color RGB value is (181,108,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01101100 10101110
Octal 265 154 256
Decimal 181 108 174
Hex B5 6C AE

RGB Percentages of Color #b56cae

%39.09
%23.33
%37.58

CMYK Percentages of Color #b56cae

%0
%40
%4
%29

Triadic Colors of #b56cae

#b56cae #aeb56c #6caeb5

Analogous Colors of #b56cae

#b56cae #b56c8a #986cb5

Monochromatic Colors of #b56cae

#b56cae

Complementary Color

#b56cae #6cb573

#b56cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b56cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b56cae Color CSS Codes

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

#b56cae Text Font Color

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

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


#b56cae Background Color

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

This div background color is #b56cae


#b56cae Border Color

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

This div border color is #b56cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b56cae


Comments

No comments written yet.

Please login to write comment.