Color Hex Logo

#b957bc Color Hex

#B957BC
(185,87,188)
0 Favorites   0 Comments

Color spaces of #b957bc

RGB 18587188
HSL0.830.430.54
HSV298°54°74°
CMYK 0.020.540.00   0.26
XYZ32.492920.761549.8718
Yxy20.76150.31510.2013
Hunter Lab45.564847.5525-32.9990
CIE-Lab52.687553.5456-35.7416

#b957bc color RGB value is (185,87,188).

#b957bc hex color red value is 185, green value is 87 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #b957bc hue: 0.83 , saturation: 0.43 and the lightness value of b957bc is 0.54.

The process color (four color CMYK) of #b957bc color hex is 0.02, 0.54, 0.00, 0.26. Web safe color of #b957bc is #cc66cc. Color #b957bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01010111 10111100
Octal 271 127 274
Decimal 185 87 188
Hex B9 57 BC

RGB Percentages of Color #b957bc

%40.22
%18.91
%40.87

CMYK Percentages of Color #b957bc

%2
%54
%0
%26

Triadic Colors of #b957bc

#b957bc #bcb957 #57bcb9

Analogous Colors of #b957bc

#b957bc #bc578d #8757bc

Monochromatic Colors of #b957bc

#b957bc

Complementary Color

#b957bc #5abc57

#b957bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b957bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b957bc Color CSS Codes

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

#b957bc Text Font Color

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

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


#b957bc Background Color

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

This div background color is #b957bc


#b957bc Border Color

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

This div border color is #b957bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b957bc


Comments

No comments written yet.

Please login to write comment.