Color Hex Logo

#be758f Color Hex

#BE758F
(190,117,143)
0 Favorites   0 Comments

Color spaces of #be758f

RGB 190117143
HSL0.940.360.60
HSV339°38°75°
CMYK 0.000.380.25   0.25
XYZ32.554425.652929.2223
Yxy25.65290.37230.2934
Hunter Lab50.648726.09551.2461
CIE-Lab57.706132.1340-1.9279

#be758f color RGB value is (190,117,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01110101 10001111
Octal 276 165 217
Decimal 190 117 143
Hex BE 75 8F

RGB Percentages of Color #be758f

%42.22
%26.00
%31.78

CMYK Percentages of Color #be758f

%0
%38
%25
%25

Triadic Colors of #be758f

#be758f #8fbe75 #758fbe

Analogous Colors of #be758f

#be758f #be8075 #be75b4

Monochromatic Colors of #be758f

#be758f

Complementary Color

#be758f #75bea4

#be758f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be758f Color Preview on White Background

Lorem ipsum dolor sit amet.

#be758f Color CSS Codes

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

#be758f Text Font Color

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

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


#be758f Background Color

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

This div background color is #be758f


#be758f Border Color

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

This div border color is #be758f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be758f


Comments

No comments written yet.

Please login to write comment.