Color Hex Logo

#be7883 Color Hex

#BE7883
(190,120,131)
0 Favorites   0 Comments

Color spaces of #be7883

RGB 190120131
HSL0.970.350.61
HSV351°37°75°
CMYK 0.000.370.31   0.25
XYZ32.048426.018824.8057
Yxy26.01880.38670.3140
Hunter Lab51.008622.88536.8731
CIE-Lab58.054928.80865.5308

#be7883 color RGB value is (190,120,131).

#be7883 hex color red value is 190, green value is 120 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #be7883 hue: 0.97 , saturation: 0.35 and the lightness value of be7883 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01111000 10000011
Octal 276 170 203
Decimal 190 120 131
Hex BE 78 83

RGB Percentages of Color #be7883

%43.08
%27.21
%29.71

CMYK Percentages of Color #be7883

%0
%37
%31
%25

Triadic Colors of #be7883

#be7883 #83be78 #7883be

Analogous Colors of #be7883

#be7883 #be9078 #be78a6

Monochromatic Colors of #be7883

#be7883

Complementary Color

#be7883 #78beb3

#be7883 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be7883 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be7883 Color CSS Codes

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

#be7883 Text Font Color

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

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


#be7883 Background Color

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

This div background color is #be7883


#be7883 Border Color

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

This div border color is #be7883


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be7883


Comments

No comments written yet.

Please login to write comment.