Color Hex Logo

#be656d Color Hex

#BE656D
(190,101,109)
0 Favorites   0 Comments

Color spaces of #be656d

RGB 190101109
HSL0.990.410.57
HSV355°47°75°
CMYK 0.000.470.43   0.25
XYZ28.649221.358617.0806
Yxy21.35860.42700.3184
Hunter Lab46.215429.776410.4379
CIE-Lab53.339736.366111.6870

#be656d color RGB value is (190,101,109).

#be656d hex color red value is 190, green value is 101 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #be656d hue: 0.99 , saturation: 0.41 and the lightness value of be656d is 0.57.

The process color (four color CMYK) of #be656d color hex is 0.00, 0.47, 0.43, 0.25. Web safe color of #be656d is #cc6666. Color #be656d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01100101 01101101
Octal 276 145 155
Decimal 190 101 109
Hex BE 65 6D

RGB Percentages of Color #be656d

%47.50
%25.25
%27.25

CMYK Percentages of Color #be656d

%0
%47
%43
%25

Triadic Colors of #be656d

#be656d #6dbe65 #656dbe

Analogous Colors of #be656d

#be656d #be8a65 #be659a

Monochromatic Colors of #be656d

#be656d

Complementary Color

#be656d #65beb6

#be656d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be656d Color Preview on White Background

Lorem ipsum dolor sit amet.

#be656d Color CSS Codes

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

#be656d Text Font Color

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

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


#be656d Background Color

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

This div background color is #be656d


#be656d Border Color

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

This div border color is #be656d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be656d


Comments

No comments written yet.

Please login to write comment.