Color Hex Logo

#b857be Color Hex

#B857BE
(184,87,190)
0 Favorites   0 Comments

Color spaces of #b857be

RGB 18487190
HSL0.820.440.54
HSV297°54°75°
CMYK 0.030.540.00   0.25
XYZ32.469620.724451.0041
Yxy20.72440.31160.1989
Hunter Lab45.524147.6463-34.5603
CIE-Lab52.646553.6385-36.9702

#b857be color RGB value is (184,87,190).

#b857be hex color red value is 184, green value is 87 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b857be hue: 0.82 , saturation: 0.44 and the lightness value of b857be is 0.54.

The process color (four color CMYK) of #b857be color hex is 0.03, 0.54, 0.00, 0.25. Web safe color of #b857be is #cc66cc. Color #b857be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01010111 10111110
Octal 270 127 276
Decimal 184 87 190
Hex B8 57 BE

RGB Percentages of Color #b857be

%39.91
%18.87
%41.21

CMYK Percentages of Color #b857be

%3
%54
%0
%25

Triadic Colors of #b857be

#b857be #beb857 #57beb8

Analogous Colors of #b857be

#b857be #be5791 #8557be

Monochromatic Colors of #b857be

#b857be

Complementary Color

#b857be #5dbe57

#b857be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b857be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b857be Color CSS Codes

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

#b857be Text Font Color

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

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


#b857be Background Color

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

This div background color is #b857be


#b857be Border Color

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

This div border color is #b857be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b857be


Comments

No comments written yet.

Please login to write comment.