Color Hex Logo

#b852bf Color Hex

#B852BF
(184,82,191)
0 Favorites   0 Comments

Color spaces of #b852bf

RGB 18482191
HSL0.820.460.54
HSV296°57°75°
CMYK 0.040.570.00   0.25
XYZ32.188419.986551.4515
Yxy19.98650.31060.1929
Hunter Lab44.706350.2836-36.9412
CIE-Lab51.821956.1808-38.8448

#b852bf color RGB value is (184,82,191).

#b852bf hex color red value is 184, green value is 82 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b852bf hue: 0.82 , saturation: 0.46 and the lightness value of b852bf is 0.54.

The process color (four color CMYK) of #b852bf color hex is 0.04, 0.57, 0.00, 0.25. Web safe color of #b852bf is #cc66cc. Color #b852bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01010010 10111111
Octal 270 122 277
Decimal 184 82 191
Hex B8 52 BF

RGB Percentages of Color #b852bf

%40.26
%17.94
%41.79

CMYK Percentages of Color #b852bf

%4
%57
%0
%25

Triadic Colors of #b852bf

#b852bf #bfb852 #52bfb8

Analogous Colors of #b852bf

#b852bf #bf5290 #8252bf

Monochromatic Colors of #b852bf

#b852bf

Complementary Color

#b852bf #59bf52

#b852bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b852bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b852bf Color CSS Codes

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

#b852bf Text Font Color

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

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


#b852bf Background Color

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

This div background color is #b852bf


#b852bf Border Color

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

This div border color is #b852bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b852bf


Comments

No comments written yet.

Please login to write comment.