Color Hex Logo

#be687f Color Hex

#BE687F
(190,104,127)
0 Favorites   0 Comments

Color spaces of #be687f

RGB 190104127
HSL0.960.400.58
HSV344°45°75°
CMYK 0.000.450.33   0.25
XYZ30.016322.380122.8164
Yxy22.38010.39910.2976
Hunter Lab47.307630.46854.5198
CIE-Lab54.428036.92512.6342

#be687f color RGB value is (190,104,127).

#be687f hex color red value is 190, green value is 104 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #be687f hue: 0.96 , saturation: 0.40 and the lightness value of be687f is 0.58.

The process color (four color CMYK) of #be687f color hex is 0.00, 0.45, 0.33, 0.25. Web safe color of #be687f is #cc6666. Color #be687f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01101000 01111111
Octal 276 150 177
Decimal 190 104 127
Hex BE 68 7F

RGB Percentages of Color #be687f

%45.13
%24.70
%30.17

CMYK Percentages of Color #be687f

%0
%45
%33
%25

Triadic Colors of #be687f

#be687f #7fbe68 #687fbe

Analogous Colors of #be687f

#be687f #be7c68 #be68aa

Monochromatic Colors of #be687f

#be687f

Complementary Color

#be687f #68bea7

#be687f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be687f Color Preview on White Background

Lorem ipsum dolor sit amet.

#be687f Color CSS Codes

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

#be687f Text Font Color

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

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


#be687f Background Color

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

This div background color is #be687f


#be687f Border Color

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

This div border color is #be687f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be687f


Comments

No comments written yet.

Please login to write comment.