Color Hex Logo

#be819b Color Hex

#BE819B
(190,129,155)
0 Favorites   0 Comments

Color spaces of #be819b

RGB 190129155
HSL0.930.320.63
HSV334°32°75°
CMYK 0.000.320.18   0.25
XYZ35.001929.014234.7659
Yxy29.01420.35430.2937
Hunter Lab53.864821.7276-0.5621
CIE-Lab60.794227.3795-4.2940

#be819b color RGB value is (190,129,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10000001 10011011
Octal 276 201 233
Decimal 190 129 155
Hex BE 81 9B

RGB Percentages of Color #be819b

%40.08
%27.22
%32.70

CMYK Percentages of Color #be819b

%0
%32
%18
%25

Triadic Colors of #be819b

#be819b #9bbe81 #819bbe

Analogous Colors of #be819b

#be819b #be8681 #be81ba

Monochromatic Colors of #be819b

#be819b

Complementary Color

#be819b #81bea4

#be819b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be819b Color Preview on White Background

Lorem ipsum dolor sit amet.

#be819b Color CSS Codes

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

#be819b Text Font Color

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

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


#be819b Background Color

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

This div background color is #be819b


#be819b Border Color

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

This div border color is #be819b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be819b


Comments

No comments written yet.

Please login to write comment.