Color Hex Logo

#be4696 Color Hex

#BE4696
(190,70,150)
0 Favorites   0 Comments

Color spaces of #be4696

RGB 19070150
HSL0.890.480.51
HSV320°63°75°
CMYK 0.000.630.21   0.25
XYZ28.930417.529530.7129
Yxy17.52950.37490.2271
Hunter Lab41.868250.0717-14.1850
CIE-Lab48.920456.5082-19.2330

#be4696 color RGB value is (190,70,150).

#be4696 hex color red value is 190, green value is 70 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #be4696 hue: 0.89 , saturation: 0.48 and the lightness value of be4696 is 0.51.

The process color (four color CMYK) of #be4696 color hex is 0.00, 0.63, 0.21, 0.25. Web safe color of #be4696 is #cc3399. Color #be4696 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01000110 10010110
Octal 276 106 226
Decimal 190 70 150
Hex BE 46 96

RGB Percentages of Color #be4696

%46.34
%17.07
%36.59

CMYK Percentages of Color #be4696

%0
%63
%21
%25

Triadic Colors of #be4696

#be4696 #96be46 #4696be

Analogous Colors of #be4696

#be4696 #be465a #aa46be

Monochromatic Colors of #be4696

#be4696

Complementary Color

#be4696 #46be6e

#be4696 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be4696 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be4696 Color CSS Codes

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

#be4696 Text Font Color

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

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


#be4696 Background Color

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

This div background color is #be4696


#be4696 Border Color

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

This div border color is #be4696


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,70,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 #be4696">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be4696


Comments

No comments written yet.

Please login to write comment.