Color Hex Logo

#be758e Color Hex

#BE758E
(190,117,142)
0 Favorites   0 Comments

Color spaces of #be758e

RGB 190117142
HSL0.940.360.60
HSV339°38°75°
CMYK 0.000.380.25   0.25
XYZ32.479025.622728.8250
Yxy25.62270.37360.2948
Hunter Lab50.618925.94941.6704
CIE-Lab57.677231.9884-1.3905

#be758e color RGB value is (190,117,142).

#be758e hex color red value is 190, green value is 117 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #be758e hue: 0.94 , saturation: 0.36 and the lightness value of be758e is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01110101 10001110
Octal 276 165 216
Decimal 190 117 142
Hex BE 75 8E

RGB Percentages of Color #be758e

%42.32
%26.06
%31.63

CMYK Percentages of Color #be758e

%0
%38
%25
%25

Triadic Colors of #be758e

#be758e #8ebe75 #758ebe

Analogous Colors of #be758e

#be758e #be8175 #be75b3

Monochromatic Colors of #be758e

#be758e

Complementary Color

#be758e #75bea5

#be758e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be758e Color Preview on White Background

Lorem ipsum dolor sit amet.

#be758e Color CSS Codes

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

#be758e Text Font Color

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

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


#be758e Background Color

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

This div background color is #be758e


#be758e Border Color

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

This div border color is #be758e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be758e


Comments

No comments written yet.

Please login to write comment.