Color Hex Logo

#b884be Color Hex

#B884BE
(184,132,190)
0 Favorites   0 Comments

Color spaces of #b884be

RGB 184132190
HSL0.820.310.63
HSV294°31°75°
CMYK 0.030.310.00   0.25
XYZ37.312730.410652.6184
Yxy30.41060.31010.2527
Hunter Lab55.145824.2713-17.9706
CIE-Lab62.006929.8716-22.4534

#b884be color RGB value is (184,132,190).

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

The process color (four color CMYK) of #b884be color hex is 0.03, 0.31, 0.00, 0.25. Web safe color of #b884be is #cc99cc. Color #b884be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10000100 10111110
Octal 270 204 276
Decimal 184 132 190
Hex B8 84 BE

RGB Percentages of Color #b884be

%36.36
%26.09
%37.55

CMYK Percentages of Color #b884be

%3
%31
%0
%25

Triadic Colors of #b884be

#b884be #beb884 #84beb8

Analogous Colors of #b884be

#b884be #be84a7 #9b84be

Monochromatic Colors of #b884be

#b884be

Complementary Color

#b884be #8abe84

#b884be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b884be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b884be Color CSS Codes

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

#b884be Text Font Color

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

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


#b884be Background Color

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

This div background color is #b884be


#b884be Border Color

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

This div border color is #b884be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b884be


Comments

No comments written yet.

Please login to write comment.