Color Hex Logo

#b157ea Color Hex

#B157EA
(177,87,234)
0 Favorites   0 Comments

Color spaces of #b157ea

RGB 17787234
HSL0.770.780.63
HSV277°63°92°
CMYK 0.240.630.00   0.08
XYZ36.390922.104080.1904
Yxy22.10400.26240.1594
Hunter Lab47.014955.8882-68.2169
CIE-Lab54.137260.7527-59.6876

#b157ea color RGB value is (177,87,234).

#b157ea hex color red value is 177, green value is 87 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b157ea hue: 0.77 , saturation: 0.78 and the lightness value of b157ea is 0.63.

The process color (four color CMYK) of #b157ea color hex is 0.24, 0.63, 0.00, 0.08. Web safe color of #b157ea is #9966ff. Color #b157ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01010111 11101010
Octal 261 127 352
Decimal 177 87 234
Hex B1 57 EA

RGB Percentages of Color #b157ea

%35.54
%17.47
%46.99

CMYK Percentages of Color #b157ea

%24
%63
%0
%8

Triadic Colors of #b157ea

#b157ea #eab157 #57eab1

Analogous Colors of #b157ea

#b157ea #ea57da #6857ea

Monochromatic Colors of #b157ea

#b157ea

Complementary Color

#b157ea #90ea57

#b157ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b157ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b157ea Color CSS Codes

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

#b157ea Text Font Color

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

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


#b157ea Background Color

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

This div background color is #b157ea


#b157ea Border Color

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

This div border color is #b157ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b157ea


Comments

No comments written yet.

Please login to write comment.