Color Hex Logo

#b952bf Color Hex

#B952BF
(185,82,191)
0 Favorites   0 Comments

Color spaces of #b952bf

RGB 18582191
HSL0.820.460.54
HSV297°57°75°
CMYK 0.030.570.00   0.25
XYZ32.428820.110551.4627
Yxy20.11050.31180.1934
Hunter Lab44.844750.6013-36.6484
CIE-Lab51.961956.4429-38.6147

#b952bf color RGB value is (185,82,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01010010 10111111
Octal 271 122 277
Decimal 185 82 191
Hex B9 52 BF

RGB Percentages of Color #b952bf

%40.39
%17.90
%41.70

CMYK Percentages of Color #b952bf

%3
%57
%0
%25

Triadic Colors of #b952bf

#b952bf #bfb952 #52bfb9

Analogous Colors of #b952bf

#b952bf #bf528f #8352bf

Monochromatic Colors of #b952bf

#b952bf

Complementary Color

#b952bf #58bf52

#b952bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b952bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b952bf Color CSS Codes

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

#b952bf Text Font Color

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

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


#b952bf Background Color

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

This div background color is #b952bf


#b952bf Border Color

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

This div border color is #b952bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b952bf


Comments

No comments written yet.

Please login to write comment.