Color Hex Logo

#be96bd Color Hex

#BE96BD
(190,150,189)
0 Favorites   0 Comments

Color spaces of #be96bd

RGB 190150189
HSL0.840.240.67
HSV302°21°75°
CMYK 0.000.210.01   0.25
XYZ41.326936.434052.9984
Yxy36.43400.31610.2786
Hunter Lab60.360616.5820-9.8060
CIE-Lab66.850221.6796-14.4797

#be96bd color RGB value is (190,150,189).

#be96bd hex color red value is 190, green value is 150 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #be96bd hue: 0.84 , saturation: 0.24 and the lightness value of be96bd is 0.67.

The process color (four color CMYK) of #be96bd color hex is 0.00, 0.21, 0.01, 0.25. Web safe color of #be96bd is #cc99cc. Color #be96bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10010110 10111101
Octal 276 226 275
Decimal 190 150 189
Hex BE 96 BD

RGB Percentages of Color #be96bd

%35.92
%28.36
%35.73

CMYK Percentages of Color #be96bd

%0
%21
%1
%25

Triadic Colors of #be96bd

#be96bd #bdbe96 #96bdbe

Analogous Colors of #be96bd

#be96bd #be96a9 #ab96be

Monochromatic Colors of #be96bd

#be96bd

Complementary Color

#be96bd #96be97

#be96bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be96bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#be96bd Color CSS Codes

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

#be96bd Text Font Color

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

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


#be96bd Background Color

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

This div background color is #be96bd


#be96bd Border Color

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

This div border color is #be96bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be96bd


Comments

No comments written yet.

Please login to write comment.