Color Hex Logo

#be84ac Color Hex

#BE84AC
(190,132,172)
0 Favorites   0 Comments

Color spaces of #be84ac

RGB 190132172
HSL0.890.310.63
HSV319°31°75°
CMYK 0.000.310.09   0.25
XYZ36.932930.428242.9564
Yxy30.42820.33480.2758
Hunter Lab55.161822.9795-7.5580
CIE-Lab62.021928.5603-12.1645

#be84ac color RGB value is (190,132,172).

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

The process color (four color CMYK) of #be84ac color hex is 0.00, 0.31, 0.09, 0.25. Web safe color of #be84ac is #cc9999. Color #be84ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10000100 10101100
Octal 276 204 254
Decimal 190 132 172
Hex BE 84 AC

RGB Percentages of Color #be84ac

%38.46
%26.72
%34.82

CMYK Percentages of Color #be84ac

%0
%31
%9
%25

Triadic Colors of #be84ac

#be84ac #acbe84 #84acbe

Analogous Colors of #be84ac

#be84ac #be848f #b384be

Monochromatic Colors of #be84ac

#be84ac

Complementary Color

#be84ac #84be96

#be84ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be84ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#be84ac Color CSS Codes

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

#be84ac Text Font Color

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

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


#be84ac Background Color

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

This div background color is #be84ac


#be84ac Border Color

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

This div border color is #be84ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be84ac


Comments

No comments written yet.

Please login to write comment.