Color Hex Logo

#b57fbc Color Hex

#B57FBC
(181,127,188)
0 Favorites   0 Comments

Color spaces of #b57fbc

RGB 181127188
HSL0.810.310.62
HSV293°32°74°
CMYK 0.040.320.00   0.26
XYZ35.722528.633351.2210
Yxy28.63330.30910.2477
Hunter Lab53.510125.5211-19.2966
CIE-Lab60.456631.2771-23.7244

#b57fbc color RGB value is (181,127,188).

#b57fbc hex color red value is 181, green value is 127 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #b57fbc hue: 0.81 , saturation: 0.31 and the lightness value of b57fbc is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01111111 10111100
Octal 265 177 274
Decimal 181 127 188
Hex B5 7F BC

RGB Percentages of Color #b57fbc

%36.49
%25.60
%37.90

CMYK Percentages of Color #b57fbc

%4
%32
%0
%26

Triadic Colors of #b57fbc

#b57fbc #bcb57f #7fbcb5

Analogous Colors of #b57fbc

#b57fbc #bc7fa5 #977fbc

Monochromatic Colors of #b57fbc

#b57fbc

Complementary Color

#b57fbc #86bc7f

#b57fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b57fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b57fbc Color CSS Codes

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

#b57fbc Text Font Color

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

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


#b57fbc Background Color

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

This div background color is #b57fbc


#b57fbc Border Color

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

This div border color is #b57fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b57fbc


Comments

No comments written yet.

Please login to write comment.