Color Hex Logo

#be687d Color Hex

#BE687D
(190,104,125)
0 Favorites   0 Comments

Color spaces of #be687d

RGB 190104125
HSL0.960.400.58
HSV345°45°75°
CMYK 0.000.450.34   0.25
XYZ29.887222.328422.1366
Yxy22.32840.40200.3003
Hunter Lab47.252930.20755.3014
CIE-Lab54.373736.67023.7323

#be687d color RGB value is (190,104,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01101000 01111101
Octal 276 150 175
Decimal 190 104 125
Hex BE 68 7D

RGB Percentages of Color #be687d

%45.35
%24.82
%29.83

CMYK Percentages of Color #be687d

%0
%45
%34
%25

Triadic Colors of #be687d

#be687d #7dbe68 #687dbe

Analogous Colors of #be687d

#be687d #be7e68 #be68a8

Monochromatic Colors of #be687d

#be687d

Complementary Color

#be687d #68bea9

#be687d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be687d Color Preview on White Background

Lorem ipsum dolor sit amet.

#be687d Color CSS Codes

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

#be687d Text Font Color

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

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


#be687d Background Color

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

This div background color is #be687d


#be687d Border Color

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

This div border color is #be687d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be687d


Comments

No comments written yet.

Please login to write comment.