Color Hex Logo

#be687c Color Hex

#BE687C
(190,104,124)
0 Favorites   0 Comments

Color spaces of #be687c

RGB 190104124
HSL0.960.400.58
HSV346°45°75°
CMYK 0.000.450.35   0.25
XYZ29.823622.303021.8018
Yxy22.30300.40340.3017
Hunter Lab47.226130.07855.6871
CIE-Lab54.347036.54394.2822

#be687c color RGB value is (190,104,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01101000 01111100
Octal 276 150 174
Decimal 190 104 124
Hex BE 68 7C

RGB Percentages of Color #be687c

%45.45
%24.88
%29.67

CMYK Percentages of Color #be687c

%0
%45
%35
%25

Triadic Colors of #be687c

#be687c #7cbe68 #687cbe

Analogous Colors of #be687c

#be687c #be7f68 #be68a7

Monochromatic Colors of #be687c

#be687c

Complementary Color

#be687c #68beaa

#be687c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be687c Color Preview on White Background

Lorem ipsum dolor sit amet.

#be687c Color CSS Codes

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

#be687c Text Font Color

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

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


#be687c Background Color

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

This div background color is #be687c


#be687c Border Color

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

This div border color is #be687c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be687c


Comments

No comments written yet.

Please login to write comment.