Color Hex Logo

#be656f Color Hex

#BE656F
(190,101,111)
0 Favorites   0 Comments

Color spaces of #be656f

RGB 190101111
HSL0.980.410.57
HSV353°47°75°
CMYK 0.000.470.42   0.25
XYZ28.758121.402217.6542
Yxy21.40220.42410.3156
Hunter Lab46.262530.00139.7581
CIE-Lab53.386936.587110.5741

#be656f color RGB value is (190,101,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01100101 01101111
Octal 276 145 157
Decimal 190 101 111
Hex BE 65 6F

RGB Percentages of Color #be656f

%47.26
%25.12
%27.61

CMYK Percentages of Color #be656f

%0
%47
%42
%25

Triadic Colors of #be656f

#be656f #6fbe65 #656fbe

Analogous Colors of #be656f

#be656f #be8865 #be659c

Monochromatic Colors of #be656f

#be656f

Complementary Color

#be656f #65beb4

#be656f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be656f Color Preview on White Background

Lorem ipsum dolor sit amet.

#be656f Color CSS Codes

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

#be656f Text Font Color

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

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


#be656f Background Color

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

This div background color is #be656f


#be656f Border Color

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

This div border color is #be656f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be656f


Comments

No comments written yet.

Please login to write comment.