Color Hex Logo

#be757f Color Hex

#BE757F
(190,117,127)
0 Favorites   0 Comments

Color spaces of #be757f

RGB 190117127
HSL0.980.360.60
HSV352°38°75°
CMYK 0.000.380.33   0.25
XYZ31.427325.202023.2868
Yxy25.20200.39330.3154
Hunter Lab50.201623.89217.6385
CIE-Lab57.271729.92166.7263

#be757f color RGB value is (190,117,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01110101 01111111
Octal 276 165 177
Decimal 190 117 127
Hex BE 75 7F

RGB Percentages of Color #be757f

%43.78
%26.96
%29.26

CMYK Percentages of Color #be757f

%0
%38
%33
%25

Triadic Colors of #be757f

#be757f #7fbe75 #757fbe

Analogous Colors of #be757f

#be757f #be9075 #be75a4

Monochromatic Colors of #be757f

#be757f

Complementary Color

#be757f #75beb4

#be757f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be757f Color Preview on White Background

Lorem ipsum dolor sit amet.

#be757f Color CSS Codes

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

#be757f Text Font Color

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

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


#be757f Background Color

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

This div background color is #be757f


#be757f Border Color

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

This div border color is #be757f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be757f


Comments

No comments written yet.

Please login to write comment.