Color Hex Logo

#be657e Color Hex

#BE657E
(190,101,126)
0 Favorites   0 Comments

Color spaces of #be657e

RGB 190101126
HSL0.950.410.57
HSV343°47°75°
CMYK 0.000.470.34   0.25
XYZ29.654821.760922.3760
Yxy21.76090.40190.2949
Hunter Lab46.648631.83864.2143
CIE-Lab53.772438.37862.2731

#be657e color RGB value is (190,101,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01100101 01111110
Octal 276 145 176
Decimal 190 101 126
Hex BE 65 7E

RGB Percentages of Color #be657e

%45.56
%24.22
%30.22

CMYK Percentages of Color #be657e

%0
%47
%34
%25

Triadic Colors of #be657e

#be657e #7ebe65 #657ebe

Analogous Colors of #be657e

#be657e #be7965 #be65ab

Monochromatic Colors of #be657e

#be657e

Complementary Color

#be657e #65bea5

#be657e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be657e Color Preview on White Background

Lorem ipsum dolor sit amet.

#be657e Color CSS Codes

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

#be657e Text Font Color

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

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


#be657e Background Color

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

This div background color is #be657e


#be657e Border Color

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

This div border color is #be657e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be657e


Comments

No comments written yet.

Please login to write comment.