Color Hex Logo

#b921bd Color Hex

#B921BD
(185,33,189)
0 Favorites   0 Comments

Color spaces of #b921bd

RGB 18533189
HSL0.830.700.44
HSV298°83°74°
CMYK 0.020.830.00   0.26
XYZ29.736715.076149.4868
Yxy15.07610.31530.1599
Hunter Lab38.828068.7567-48.3864
CIE-Lab45.738373.3204-47.3253

#b921bd color RGB value is (185,33,189).

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

The process color (four color CMYK) of #b921bd color hex is 0.02, 0.83, 0.00, 0.26. Web safe color of #b921bd is #cc33cc. Color #b921bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00100001 10111101
Octal 271 41 275
Decimal 185 33 189
Hex B9 21 BD

RGB Percentages of Color #b921bd

%45.45
%8.11
%46.44

CMYK Percentages of Color #b921bd

%2
%83
%0
%26

Triadic Colors of #b921bd

#b921bd #bdb921 #21bdb9

Analogous Colors of #b921bd

#b921bd #bd2173 #6b21bd

Monochromatic Colors of #b921bd

#b921bd

Complementary Color

#b921bd #25bd21

#b921bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b921bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b921bd Color CSS Codes

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

#b921bd Text Font Color

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

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


#b921bd Background Color

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

This div background color is #b921bd


#b921bd Border Color

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

This div border color is #b921bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b921bd


Comments

No comments written yet.

Please login to write comment.