Color Hex Logo

#be656e Color Hex

#BE656E
(190,101,110)
0 Favorites   0 Comments

Color spaces of #be656e

RGB 190101110
HSL0.980.410.57
HSV354°47°75°
CMYK 0.000.470.42   0.25
XYZ28.703421.380317.3658
Yxy21.38030.42560.3170
Hunter Lab46.238829.888410.0998
CIE-Lab53.363236.476111.1304

#be656e color RGB value is (190,101,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01100101 01101110
Octal 276 145 156
Decimal 190 101 110
Hex BE 65 6E

RGB Percentages of Color #be656e

%47.38
%25.19
%27.43

CMYK Percentages of Color #be656e

%0
%47
%42
%25

Triadic Colors of #be656e

#be656e #6ebe65 #656ebe

Analogous Colors of #be656e

#be656e #be8965 #be659b

Monochromatic Colors of #be656e

#be656e

Complementary Color

#be656e #65beb5

#be656e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be656e Color Preview on White Background

Lorem ipsum dolor sit amet.

#be656e Color CSS Codes

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

#be656e Text Font Color

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

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


#be656e Background Color

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

This div background color is #be656e


#be656e Border Color

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

This div border color is #be656e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be656e


Comments

No comments written yet.

Please login to write comment.