Color Hex Logo

#b157cf Color Hex

#B157CF
(177,87,207)
0 Favorites   0 Comments

Color spaces of #b157cf

RGB 17787207
HSL0.790.560.58
HSV285°58°81°
CMYK 0.140.580.00   0.19
XYZ32.802120.668561.2920
Yxy20.66850.28580.1801
Hunter Lab45.462649.2314-48.1100
CIE-Lab52.584855.0938-46.8875

#b157cf color RGB value is (177,87,207).

#b157cf hex color red value is 177, green value is 87 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #b157cf hue: 0.79 , saturation: 0.56 and the lightness value of b157cf is 0.58.

The process color (four color CMYK) of #b157cf color hex is 0.14, 0.58, 0.00, 0.19. Web safe color of #b157cf is #9966cc. Color #b157cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01010111 11001111
Octal 261 127 317
Decimal 177 87 207
Hex B1 57 CF

RGB Percentages of Color #b157cf

%37.58
%18.47
%43.95

CMYK Percentages of Color #b157cf

%14
%58
%0
%19

Triadic Colors of #b157cf

#b157cf #cfb157 #57cfb1

Analogous Colors of #b157cf

#b157cf #cf57b1 #7557cf

Monochromatic Colors of #b157cf

#b157cf

Complementary Color

#b157cf #75cf57

#b157cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b157cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b157cf Color CSS Codes

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

#b157cf Text Font Color

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

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


#b157cf Background Color

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

This div background color is #b157cf


#b157cf Border Color

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

This div border color is #b157cf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,87,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b157cf


Comments

No comments written yet.

Please login to write comment.