Color Hex Logo

#b771bd Color Hex

#B771BD
(183,113,189)
0 Favorites   0 Comments

Color spaces of #b771bd

RGB 183113189
HSL0.820.370.59
HSV295°40°74°
CMYK 0.030.400.00   0.26
XYZ34.618925.551751.2515
Yxy25.55170.31070.2293
Hunter Lab50.548733.7877-24.7303
CIE-Lab57.609139.7964-28.6649

#b771bd color RGB value is (183,113,189).

#b771bd hex color red value is 183, green value is 113 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b771bd hue: 0.82 , saturation: 0.37 and the lightness value of b771bd is 0.59.

The process color (four color CMYK) of #b771bd color hex is 0.03, 0.40, 0.00, 0.26. Web safe color of #b771bd is #cc66cc. Color #b771bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01110001 10111101
Octal 267 161 275
Decimal 183 113 189
Hex B7 71 BD

RGB Percentages of Color #b771bd

%37.73
%23.30
%38.97

CMYK Percentages of Color #b771bd

%3
%40
%0
%26

Triadic Colors of #b771bd

#b771bd #bdb771 #71bdb7

Analogous Colors of #b771bd

#b771bd #bd719d #9171bd

Monochromatic Colors of #b771bd

#b771bd

Complementary Color

#b771bd #77bd71

#b771bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b771bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b771bd Color CSS Codes

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

#b771bd Text Font Color

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

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


#b771bd Background Color

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

This div background color is #b771bd


#b771bd Border Color

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

This div border color is #b771bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b771bd


Comments

No comments written yet.

Please login to write comment.