Color Hex Logo

#b284bd Color Hex

#B284BD
(178,132,189)
1 Favorites   0 Comments

Color spaces of #b284bd

RGB 178132189
HSL0.800.300.63
HSV288°30°74°
CMYK 0.060.300.00   0.26
XYZ35.796729.641651.9788
Yxy29.64160.30490.2524
Hunter Lab54.444122.0856-18.4944
CIE-Lab61.343727.7030-22.9582

#b284bd color RGB value is (178,132,189).

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

The process color (four color CMYK) of #b284bd color hex is 0.06, 0.30, 0.00, 0.26. Web safe color of #b284bd is #9999cc. Color #b284bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10000100 10111101
Octal 262 204 275
Decimal 178 132 189
Hex B2 84 BD

RGB Percentages of Color #b284bd

%35.67
%26.45
%37.88

CMYK Percentages of Color #b284bd

%6
%30
%0
%26

Triadic Colors of #b284bd

#b284bd #bdb284 #84bdb2

Analogous Colors of #b284bd

#b284bd #bd84ac #9684bd

Monochromatic Colors of #b284bd

#b284bd

Complementary Color

#b284bd #8fbd84

#b284bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b284bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b284bd Color CSS Codes

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

#b284bd Text Font Color

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

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


#b284bd Background Color

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

This div background color is #b284bd


#b284bd Border Color

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

This div border color is #b284bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b284bd


Comments

No comments written yet.

Please login to write comment.