Color Hex Logo

#b852fb Color Hex

#B852FB
(184,82,251)
0 Favorites   0 Comments

Color spaces of #b852fb

RGB 18482251
HSL0.770.950.65
HSV276°67°98°
CMYK 0.270.670.00   0.02
XYZ40.197023.190093.6243
Yxy23.19000.25600.1477
Hunter Lab48.156064.7254-81.5617
CIE-Lab55.267568.1210-67.3085

#b852fb color RGB value is (184,82,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01010010 11111011
Octal 270 122 373
Decimal 184 82 251
Hex B8 52 FB

RGB Percentages of Color #b852fb

%35.59
%15.86
%48.55

CMYK Percentages of Color #b852fb

%27
%67
%0
%2

Triadic Colors of #b852fb

#b852fb #fbb852 #52fbb8

Analogous Colors of #b852fb

#b852fb #fb52ea #6452fb

Monochromatic Colors of #b852fb

#b852fb

Complementary Color

#b852fb #95fb52

#b852fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b852fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b852fb Color CSS Codes

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

#b852fb Text Font Color

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

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


#b852fb Background Color

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

This div background color is #b852fb


#b852fb Border Color

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

This div border color is #b852fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b852fb

Related Colors


Comments

No comments written yet.

Please login to write comment.