Color Hex Logo

#b57fcb Color Hex

#B57FCB
(181,127,203)
0 Favorites   0 Comments

Color spaces of #b57fcb

RGB 181127203
HSL0.790.420.65
HSV283°37°80°
CMYK 0.110.370.00   0.20
XYZ37.424929.314360.1856
Yxy29.31430.29490.2310
Hunter Lab54.142728.6344-28.0075
CIE-Lab61.058034.3281-31.2787

#b57fcb color RGB value is (181,127,203).

#b57fcb hex color red value is 181, green value is 127 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b57fcb hue: 0.79 , saturation: 0.42 and the lightness value of b57fcb is 0.65.

The process color (four color CMYK) of #b57fcb color hex is 0.11, 0.37, 0.00, 0.20. Web safe color of #b57fcb is #cc66cc. Color #b57fcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01111111 11001011
Octal 265 177 313
Decimal 181 127 203
Hex B5 7F CB

RGB Percentages of Color #b57fcb

%35.42
%24.85
%39.73

CMYK Percentages of Color #b57fcb

%11
%37
%0
%20

Triadic Colors of #b57fcb

#b57fcb #cbb57f #7fcbb5

Analogous Colors of #b57fcb

#b57fcb #cb7fbb #8f7fcb

Monochromatic Colors of #b57fcb

#b57fcb

Complementary Color

#b57fcb #95cb7f

#b57fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b57fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b57fcb Color CSS Codes

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

#b57fcb Text Font Color

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

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


#b57fcb Background Color

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

This div background color is #b57fcb


#b57fcb Border Color

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

This div border color is #b57fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b57fcb


Comments

No comments written yet.

Please login to write comment.