Color Hex Logo

#be7596 Color Hex

#BE7596
(190,117,150)
0 Favorites   0 Comments

Color spaces of #be7596

RGB 190117150
HSL0.920.360.60
HSV333°38°75°
CMYK 0.000.380.21   0.25
XYZ33.101525.871732.1033
Yxy25.87170.36340.2841
Hunter Lab50.864227.1521-1.8163
CIE-Lab57.915133.1821-5.6751

#be7596 color RGB value is (190,117,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01110101 10010110
Octal 276 165 226
Decimal 190 117 150
Hex BE 75 96

RGB Percentages of Color #be7596

%41.58
%25.60
%32.82

CMYK Percentages of Color #be7596

%0
%38
%21
%25

Triadic Colors of #be7596

#be7596 #96be75 #7596be

Analogous Colors of #be7596

#be7596 #be7975 #be75bb

Monochromatic Colors of #be7596

#be7596

Complementary Color

#be7596 #75be9d

#be7596 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be7596 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be7596 Color CSS Codes

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

#be7596 Text Font Color

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

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


#be7596 Background Color

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

This div background color is #be7596


#be7596 Border Color

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

This div border color is #be7596


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be7596


Comments

No comments written yet.

Please login to write comment.