Color Hex Logo

#b257fa Color Hex

#B257FA
(178,87,250)
0 Favorites   0 Comments

Color spaces of #b257fa

RGB 17887250
HSL0.760.940.66
HSV273°65°98°
CMYK 0.290.650.00   0.02
XYZ39.023623.183592.8606
Yxy23.18350.25170.1495
Hunter Lab48.149260.4080-80.6422
CIE-Lab55.260864.4617-66.8014

#b257fa color RGB value is (178,87,250).

#b257fa hex color red value is 178, green value is 87 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b257fa hue: 0.76 , saturation: 0.94 and the lightness value of b257fa is 0.66.

The process color (four color CMYK) of #b257fa color hex is 0.29, 0.65, 0.00, 0.02. Web safe color of #b257fa is #9966ff. Color #b257fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01010111 11111010
Octal 262 127 372
Decimal 178 87 250
Hex B2 57 FA

RGB Percentages of Color #b257fa

%34.56
%16.89
%48.54

CMYK Percentages of Color #b257fa

%29
%65
%0
%2

Triadic Colors of #b257fa

#b257fa #fab257 #57fab2

Analogous Colors of #b257fa

#b257fa #fa57f1 #6157fa

Monochromatic Colors of #b257fa

#b257fa

Complementary Color

#b257fa #9ffa57

#b257fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b257fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b257fa Color CSS Codes

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

#b257fa Text Font Color

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

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


#b257fa Background Color

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

This div background color is #b257fa


#b257fa Border Color

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

This div border color is #b257fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b257fa


Comments

No comments written yet.

Please login to write comment.