Color Hex Logo

#b882df Color Hex

#B882DF
(184,130,223)
0 Favorites   0 Comments

Color spaces of #b882df

RGB 184130223
HSL0.760.590.69
HSV275°42°87°
CMYK 0.170.420.00   0.13
XYZ41.069131.483373.7243
Yxy31.48330.28080.2152
Hunter Lab56.110032.4587-38.6256
CIE-Lab62.913537.8588-39.5647

#b882df color RGB value is (184,130,223).

#b882df hex color red value is 184, green value is 130 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b882df hue: 0.76 , saturation: 0.59 and the lightness value of b882df is 0.69.

The process color (four color CMYK) of #b882df color hex is 0.17, 0.42, 0.00, 0.13. Web safe color of #b882df is #cc99cc. Color #b882df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10000010 11011111
Octal 270 202 337
Decimal 184 130 223
Hex B8 82 DF

RGB Percentages of Color #b882df

%34.26
%24.21
%41.53

CMYK Percentages of Color #b882df

%17
%42
%0
%13

Triadic Colors of #b882df

#b882df #dfb882 #82dfb8

Analogous Colors of #b882df

#b882df #df82d8 #8a82df

Monochromatic Colors of #b882df

#b882df

Complementary Color

#b882df #a9df82

#b882df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b882df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b882df Color CSS Codes

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

#b882df Text Font Color

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

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


#b882df Background Color

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

This div background color is #b882df


#b882df Border Color

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

This div border color is #b882df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(184,130,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b882df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b882df;
  -webkit-box-shadow: 1px 1px 3px 2px #b882df;
  box-shadow:         1px 1px 3px 2px #b882df; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,130,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b882df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b882df


Comments

No comments written yet.

Please login to write comment.