Color Hex Logo

#be849b Color Hex

#BE849B
(190,132,155)
0 Favorites   0 Comments

Color spaces of #be849b

RGB 190132155
HSL0.930.310.63
HSV336°31°75°
CMYK 0.000.310.18   0.25
XYZ35.402929.816234.8995
Yxy29.81620.35360.2978
Hunter Lab54.604220.17400.3286
CIE-Lab61.495325.7207-3.2600

#be849b color RGB value is (190,132,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10000100 10011011
Octal 276 204 233
Decimal 190 132 155
Hex BE 84 9B

RGB Percentages of Color #be849b

%39.83
%27.67
%32.49

CMYK Percentages of Color #be849b

%0
%31
%18
%25

Triadic Colors of #be849b

#be849b #9bbe84 #849bbe

Analogous Colors of #be849b

#be849b #be8a84 #be84b8

Monochromatic Colors of #be849b

#be849b

Complementary Color

#be849b #84bea7

#be849b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be849b Color Preview on White Background

Lorem ipsum dolor sit amet.

#be849b Color CSS Codes

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

#be849b Text Font Color

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

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


#be849b Background Color

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

This div background color is #be849b


#be849b Border Color

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

This div border color is #be849b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be849b


Comments

No comments written yet.

Please login to write comment.