Color Hex Logo

#b957fa Color Hex

#B957FA
(185,87,250)
0 Favorites   0 Comments

Color spaces of #b957fa

RGB 18587250
HSL0.770.940.66
HSV276°65°98°
CMYK 0.260.650.00   0.02
XYZ40.671124.032892.9377
Yxy24.03280.25800.1525
Hunter Lab49.023362.2980-78.0850
CIE-Lab56.120665.9135-65.3716

#b957fa color RGB value is (185,87,250).

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

The process color (four color CMYK) of #b957fa color hex is 0.26, 0.65, 0.00, 0.02. Web safe color of #b957fa is #cc66ff. Color #b957fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01010111 11111010
Octal 271 127 372
Decimal 185 87 250
Hex B9 57 FA

RGB Percentages of Color #b957fa

%35.44
%16.67
%47.89

CMYK Percentages of Color #b957fa

%26
%65
%0
%2

Triadic Colors of #b957fa

#b957fa #fab957 #57fab9

Analogous Colors of #b957fa

#b957fa #fa57ea #6857fa

Monochromatic Colors of #b957fa

#b957fa

Complementary Color

#b957fa #98fa57

#b957fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b957fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b957fa Color CSS Codes

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

#b957fa Text Font Color

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

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


#b957fa Background Color

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

This div background color is #b957fa


#b957fa Border Color

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

This div border color is #b957fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,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 #b957fa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b957fa


Comments

No comments written yet.

Please login to write comment.