Color Hex Logo

#be646a Color Hex

#BE646A
(190,100,106)
0 Favorites   0 Comments

Color spaces of #be646a

RGB 190100106
HSL0.990.410.57
HSV356°47°75°
CMYK 0.000.470.44   0.25
XYZ28.393921.102116.2123
Yxy21.10210.43210.3211
Hunter Lab45.937029.941911.2310
CIE-Lab53.061136.568513.0662

#be646a color RGB value is (190,100,106).

#be646a hex color red value is 190, green value is 100 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #be646a hue: 0.99 , saturation: 0.41 and the lightness value of be646a is 0.57.

The process color (four color CMYK) of #be646a color hex is 0.00, 0.47, 0.44, 0.25. Web safe color of #be646a is #cc6666. Color #be646a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01100100 01101010
Octal 276 144 152
Decimal 190 100 106
Hex BE 64 6A

RGB Percentages of Color #be646a

%47.98
%25.25
%26.77

CMYK Percentages of Color #be646a

%0
%47
%44
%25

Triadic Colors of #be646a

#be646a #6abe64 #646abe

Analogous Colors of #be646a

#be646a #be8b64 #be6497

Monochromatic Colors of #be646a

#be646a

Complementary Color

#be646a #64beb8

#be646a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be646a Color Preview on White Background

Lorem ipsum dolor sit amet.

#be646a Color CSS Codes

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

#be646a Text Font Color

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

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


#be646a Background Color

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

This div background color is #be646a


#be646a Border Color

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

This div border color is #be646a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be646a


Comments

No comments written yet.

Please login to write comment.