Color Hex Logo

#b57cbc Color Hex

#B57CBC
(181,124,188)
0 Favorites   0 Comments

Color spaces of #b57cbc

RGB 181124188
HSL0.820.320.61
HSV293°34°74°
CMYK 0.040.340.00   0.26
XYZ35.340827.869951.0937
Yxy27.86990.30920.2438
Hunter Lab52.792027.1083-20.4284
CIE-Lab59.771032.9425-24.7775

#b57cbc color RGB value is (181,124,188).

#b57cbc hex color red value is 181, green value is 124 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #b57cbc hue: 0.82 , saturation: 0.32 and the lightness value of b57cbc is 0.61.

The process color (four color CMYK) of #b57cbc color hex is 0.04, 0.34, 0.00, 0.26. Web safe color of #b57cbc is #cc66cc. Color #b57cbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01111100 10111100
Octal 265 174 274
Decimal 181 124 188
Hex B5 7C BC

RGB Percentages of Color #b57cbc

%36.71
%25.15
%38.13

CMYK Percentages of Color #b57cbc

%4
%34
%0
%26

Triadic Colors of #b57cbc

#b57cbc #bcb57c #7cbcb5

Analogous Colors of #b57cbc

#b57cbc #bc7ca3 #957cbc

Monochromatic Colors of #b57cbc

#b57cbc

Complementary Color

#b57cbc #83bc7c

#b57cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b57cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b57cbc Color CSS Codes

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

#b57cbc Text Font Color

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

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


#b57cbc Background Color

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

This div background color is #b57cbc


#b57cbc Border Color

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

This div border color is #b57cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b57cbc


Comments

No comments written yet.

Please login to write comment.