Color Hex Logo

#b56fb0 Color Hex

#B56FB0
(181,111,176)
0 Favorites   0 Comments

Color spaces of #b56fb0

RGB 181111176
HSL0.850.320.57
HSV304°39°71°
CMYK 0.000.390.03   0.29
XYZ32.577024.327244.0529
Yxy24.32720.32270.2410
Hunter Lab49.322631.5826-18.4295
CIE-Lab56.413937.7847-23.0711

#b56fb0 color RGB value is (181,111,176).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01101111 10110000
Octal 265 157 260
Decimal 181 111 176
Hex B5 6F B0

RGB Percentages of Color #b56fb0

%38.68
%23.72
%37.61

CMYK Percentages of Color #b56fb0

%0
%39
%3
%29

Triadic Colors of #b56fb0

#b56fb0 #b0b56f #6fb0b5

Analogous Colors of #b56fb0

#b56fb0 #b56f8d #976fb5

Monochromatic Colors of #b56fb0

#b56fb0

Complementary Color

#b56fb0 #6fb574

#b56fb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b56fb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b56fb0 Color CSS Codes

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

#b56fb0 Text Font Color

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

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


#b56fb0 Background Color

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

This div background color is #b56fb0


#b56fb0 Border Color

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

This div border color is #b56fb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b56fb0


Comments

No comments written yet.

Please login to write comment.