Color Hex Logo

#be687b Color Hex

#BE687B
(190,104,123)
0 Favorites   0 Comments

Color spaces of #be687b

RGB 190104123
HSL0.960.400.58
HSV347°45°75°
CMYK 0.000.450.35   0.25
XYZ29.760722.277821.4704
Yxy22.27780.40490.3031
Hunter Lab47.199429.95106.0693
CIE-Lab54.320536.41924.8324

#be687b color RGB value is (190,104,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01101000 01111011
Octal 276 150 173
Decimal 190 104 123
Hex BE 68 7B

RGB Percentages of Color #be687b

%45.56
%24.94
%29.50

CMYK Percentages of Color #be687b

%0
%45
%35
%25

Triadic Colors of #be687b

#be687b #7bbe68 #687bbe

Analogous Colors of #be687b

#be687b #be8068 #be68a6

Monochromatic Colors of #be687b

#be687b

Complementary Color

#be687b #68beab

#be687b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be687b Color Preview on White Background

Lorem ipsum dolor sit amet.

#be687b Color CSS Codes

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

#be687b Text Font Color

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

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


#be687b Background Color

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

This div background color is #be687b


#be687b Border Color

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

This div border color is #be687b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be687b


Comments

No comments written yet.

Please login to write comment.