Color Hex Logo

#b784bd Color Hex

#B784BD
(183,132,189)
0 Favorites   0 Comments

Color spaces of #b784bd

RGB 183132189
HSL0.820.300.63
HSV294°30°74°
CMYK 0.030.300.00   0.26
XYZ36.965030.243952.0335
Yxy30.24390.31000.2536
Hunter Lab54.994523.7400-17.6017
CIE-Lab61.864129.3463-22.1159

#b784bd color RGB value is (183,132,189).

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

The process color (four color CMYK) of #b784bd color hex is 0.03, 0.30, 0.00, 0.26. Web safe color of #b784bd is #cc99cc. Color #b784bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10000100 10111101
Octal 267 204 275
Decimal 183 132 189
Hex B7 84 BD

RGB Percentages of Color #b784bd

%36.31
%26.19
%37.50

CMYK Percentages of Color #b784bd

%3
%30
%0
%26

Triadic Colors of #b784bd

#b784bd #bdb784 #84bdb7

Analogous Colors of #b784bd

#b784bd #bd84a7 #9b84bd

Monochromatic Colors of #b784bd

#b784bd

Complementary Color

#b784bd #8abd84

#b784bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b784bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b784bd Color CSS Codes

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

#b784bd Text Font Color

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

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


#b784bd Background Color

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

This div background color is #b784bd


#b784bd Border Color

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

This div border color is #b784bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b784bd


Comments

No comments written yet.

Please login to write comment.