Color Hex Logo

#be809b Color Hex

#BE809B
(190,128,155)
0 Favorites   0 Comments

Color spaces of #be809b

RGB 190128155
HSL0.930.320.62
HSV334°33°75°
CMYK 0.000.330.18   0.25
XYZ34.870828.752134.7222
Yxy28.75210.35460.2924
Hunter Lab53.621022.2454-0.8585
CIE-Lab60.562227.9312-4.6365

#be809b color RGB value is (190,128,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10000000 10011011
Octal 276 200 233
Decimal 190 128 155
Hex BE 80 9B

RGB Percentages of Color #be809b

%40.17
%27.06
%32.77

CMYK Percentages of Color #be809b

%0
%33
%18
%25

Triadic Colors of #be809b

#be809b #9bbe80 #809bbe

Analogous Colors of #be809b

#be809b #be8480 #be80ba

Monochromatic Colors of #be809b

#be809b

Complementary Color

#be809b #80bea3

#be809b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be809b Color Preview on White Background

Lorem ipsum dolor sit amet.

#be809b Color CSS Codes

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

#be809b Text Font Color

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

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


#be809b Background Color

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

This div background color is #be809b


#be809b Border Color

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

This div border color is #be809b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be809b


Comments

No comments written yet.

Please login to write comment.