Color Hex Logo

#b952bd Color Hex

#B952BD
(185,82,189)
0 Favorites   0 Comments

Color spaces of #b952bd

RGB 18582189
HSL0.830.450.53
HSV298°57°74°
CMYK 0.020.570.00   0.26
XYZ32.210220.023050.3113
Yxy20.02300.31410.1953
Hunter Lab44.747150.1820-35.3397
CIE-Lab51.863256.0816-37.6143

#b952bd color RGB value is (185,82,189).

#b952bd hex color red value is 185, green value is 82 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b952bd hue: 0.83 , saturation: 0.45 and the lightness value of b952bd is 0.53.

The process color (four color CMYK) of #b952bd color hex is 0.02, 0.57, 0.00, 0.26. Web safe color of #b952bd is #cc66cc. Color #b952bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01010010 10111101
Octal 271 122 275
Decimal 185 82 189
Hex B9 52 BD

RGB Percentages of Color #b952bd

%40.57
%17.98
%41.45

CMYK Percentages of Color #b952bd

%2
%57
%0
%26

Triadic Colors of #b952bd

#b952bd #bdb952 #52bdb9

Analogous Colors of #b952bd

#b952bd #bd528c #8452bd

Monochromatic Colors of #b952bd

#b952bd

Complementary Color

#b952bd #56bd52

#b952bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b952bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b952bd Color CSS Codes

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

#b952bd Text Font Color

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

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


#b952bd Background Color

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

This div background color is #b952bd


#b952bd Border Color

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

This div border color is #b952bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b952bd


Comments

No comments written yet.

Please login to write comment.