Color Hex Logo

#b952fe Color Hex

#B952FE
(185,82,254)
0 Favorites   0 Comments

Color spaces of #b952fe

RGB 18582254
HSL0.770.990.66
HSV276°68°100°
CMYK 0.270.680.00   0.00
XYZ40.914323.504696.1464
Yxy23.50460.25480.1464
Hunter Lab48.481565.7961-83.6442
CIE-Lab55.588368.9574-68.4480

#b952fe color RGB value is (185,82,254).

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

The process color (four color CMYK) of #b952fe color hex is 0.27, 0.68, 0.00, 0.00. Web safe color of #b952fe is #cc66ff. Color #b952fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01010010 11111110
Octal 271 122 376
Decimal 185 82 254
Hex B9 52 FE

RGB Percentages of Color #b952fe

%35.51
%15.74
%48.75

CMYK Percentages of Color #b952fe

%27
%68
%0
%0

Triadic Colors of #b952fe

#b952fe #feb952 #52feb9

Analogous Colors of #b952fe

#b952fe #fe52ed #6352fe

Monochromatic Colors of #b952fe

#b952fe

Complementary Color

#b952fe #97fe52

#b952fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b952fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b952fe Color CSS Codes

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

#b952fe Text Font Color

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

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


#b952fe Background Color

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

This div background color is #b952fe


#b952fe Border Color

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

This div border color is #b952fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,82,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b952fe


Comments

No comments written yet.

Please login to write comment.