Color Hex Logo

#b471bd Color Hex

#B471BD
(180,113,189)
0 Favorites   0 Comments

Color spaces of #b471bd

RGB 180113189
HSL0.810.370.59
HSV293°40°74°
CMYK 0.050.400.00   0.26
XYZ33.912825.187751.2184
Yxy25.18770.30740.2283
Hunter Lab50.187332.7889-25.3769
CIE-Lab57.257838.8658-29.2369

#b471bd color RGB value is (180,113,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01110001 10111101
Octal 264 161 275
Decimal 180 113 189
Hex B4 71 BD

RGB Percentages of Color #b471bd

%37.34
%23.44
%39.21

CMYK Percentages of Color #b471bd

%5
%40
%0
%26

Triadic Colors of #b471bd

#b471bd #bdb471 #71bdb4

Analogous Colors of #b471bd

#b471bd #bd71a0 #8e71bd

Monochromatic Colors of #b471bd

#b471bd

Complementary Color

#b471bd #7abd71

#b471bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b471bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b471bd Color CSS Codes

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

#b471bd Text Font Color

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

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


#b471bd Background Color

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

This div background color is #b471bd


#b471bd Border Color

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

This div border color is #b471bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b471bd


Comments

No comments written yet.

Please login to write comment.