Color Hex Logo

#be85ac Color Hex

#BE85AC
(190,133,172)
0 Favorites   0 Comments

Color spaces of #be85ac

RGB 190133172
HSL0.890.300.63
HSV319°30°75°
CMYK 0.000.300.09   0.25
XYZ37.069130.700843.0018
Yxy30.70080.33460.2772
Hunter Lab55.408322.4550-7.2285
CIE-Lab62.254228.0069-11.8156

#be85ac color RGB value is (190,133,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10000101 10101100
Octal 276 205 254
Decimal 190 133 172
Hex BE 85 AC

RGB Percentages of Color #be85ac

%38.38
%26.87
%34.75

CMYK Percentages of Color #be85ac

%0
%30
%9
%25

Triadic Colors of #be85ac

#be85ac #acbe85 #85acbe

Analogous Colors of #be85ac

#be85ac #be8590 #b485be

Monochromatic Colors of #be85ac

#be85ac

Complementary Color

#be85ac #85be97

#be85ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be85ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#be85ac Color CSS Codes

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

#be85ac Text Font Color

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

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


#be85ac Background Color

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

This div background color is #be85ac


#be85ac Border Color

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

This div border color is #be85ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be85ac


Comments

No comments written yet.

Please login to write comment.