Color Hex Logo

#b251bd Color Hex

#B251BD
(178,81,189)
0 Favorites   0 Comments

Color spaces of #b251bd

RGB 17881189
HSL0.820.450.53
HSV294°57°74°
CMYK 0.060.570.00   0.26
XYZ30.487819.024050.2092
Yxy19.02400.30570.1908
Hunter Lab43.616548.4420-37.7202
CIE-Lab50.715354.7019-39.4888

#b251bd color RGB value is (178,81,189).

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

The process color (four color CMYK) of #b251bd color hex is 0.06, 0.57, 0.00, 0.26. Web safe color of #b251bd is #9966cc. Color #b251bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01010001 10111101
Octal 262 121 275
Decimal 178 81 189
Hex B2 51 BD

RGB Percentages of Color #b251bd

%39.73
%18.08
%42.19

CMYK Percentages of Color #b251bd

%6
%57
%0
%26

Triadic Colors of #b251bd

#b251bd #bdb251 #51bdb2

Analogous Colors of #b251bd

#b251bd #bd5192 #7c51bd

Monochromatic Colors of #b251bd

#b251bd

Complementary Color

#b251bd #5cbd51

#b251bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b251bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b251bd Color CSS Codes

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

#b251bd Text Font Color

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

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


#b251bd Background Color

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

This div background color is #b251bd


#b251bd Border Color

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

This div border color is #b251bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b251bd


Comments

No comments written yet.

Please login to write comment.