Color Hex Logo

#be688d Color Hex

#BE688D
(190,104,141)
0 Favorites   0 Comments

Color spaces of #be688d

RGB 190104141
HSL0.930.400.58
HSV334°45°75°
CMYK 0.000.450.26   0.25
XYZ30.993222.770927.9610
Yxy22.77090.37920.2786
Hunter Lab47.718932.4270-1.3379
CIE-Lab54.835638.8229-4.9937

#be688d color RGB value is (190,104,141).

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

The process color (four color CMYK) of #be688d color hex is 0.00, 0.45, 0.26, 0.25. Web safe color of #be688d is #cc6699. Color #be688d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01101000 10001101
Octal 276 150 215
Decimal 190 104 141
Hex BE 68 8D

RGB Percentages of Color #be688d

%43.68
%23.91
%32.41

CMYK Percentages of Color #be688d

%0
%45
%26
%25

Triadic Colors of #be688d

#be688d #8dbe68 #688dbe

Analogous Colors of #be688d

#be688d #be6e68 #be68b8

Monochromatic Colors of #be688d

#be688d

Complementary Color

#be688d #68be99

#be688d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be688d Color Preview on White Background

Lorem ipsum dolor sit amet.

#be688d Color CSS Codes

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

#be688d Text Font Color

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

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


#be688d Background Color

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

This div background color is #be688d


#be688d Border Color

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

This div border color is #be688d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be688d


Comments

No comments written yet.

Please login to write comment.