Color Hex Logo

#b257ba Color Hex

#B257BA
(178,87,186)
0 Favorites   0 Comments

Color spaces of #b257ba

RGB 17887186
HSL0.820.420.54
HSV295°53°73°
CMYK 0.040.530.00   0.27
XYZ30.631219.826548.6668
Yxy19.82650.30900.2000
Hunter Lab44.527044.8724-33.6335
CIE-Lab51.640551.2497-36.2949

#b257ba color RGB value is (178,87,186).

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

The process color (four color CMYK) of #b257ba color hex is 0.04, 0.53, 0.00, 0.27. Web safe color of #b257ba is #9966cc. Color #b257ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01010111 10111010
Octal 262 127 272
Decimal 178 87 186
Hex B2 57 BA

RGB Percentages of Color #b257ba

%39.47
%19.29
%41.24

CMYK Percentages of Color #b257ba

%4
%53
%0
%27

Triadic Colors of #b257ba

#b257ba #bab257 #57bab2

Analogous Colors of #b257ba

#b257ba #ba5791 #8157ba

Monochromatic Colors of #b257ba

#b257ba

Complementary Color

#b257ba #5fba57

#b257ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b257ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b257ba Color CSS Codes

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

#b257ba Text Font Color

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

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


#b257ba Background Color

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

This div background color is #b257ba


#b257ba Border Color

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

This div border color is #b257ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b257ba


Comments

No comments written yet.

Please login to write comment.