Color Hex Logo

#b852fe Color Hex

#B852FE
(184,82,254)
0 Favorites   0 Comments

Color spaces of #b852fe

RGB 18482254
HSL0.770.990.66
HSV276°68°100°
CMYK 0.280.680.00   0.00
XYZ40.673923.380796.1351
Yxy23.38070.25390.1460
Hunter Lab48.353665.5312-84.0310
CIE-Lab55.462368.7596-68.6577

#b852fe color RGB value is (184,82,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01010010 11111110
Octal 270 122 376
Decimal 184 82 254
Hex B8 52 FE

RGB Percentages of Color #b852fe

%35.38
%15.77
%48.85

CMYK Percentages of Color #b852fe

%28
%68
%0
%0

Triadic Colors of #b852fe

#b852fe #feb852 #52feb8

Analogous Colors of #b852fe

#b852fe #fe52ee #6252fe

Monochromatic Colors of #b852fe

#b852fe

Complementary Color

#b852fe #98fe52

#b852fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b852fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b852fe Color CSS Codes

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

#b852fe Text Font Color

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

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


#b852fe Background Color

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

This div background color is #b852fe


#b852fe Border Color

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

This div border color is #b852fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b852fe

Related Colors


Comments

No comments written yet.

Please login to write comment.