Color Hex Logo

#be89bd Color Hex

#BE89BD
(190,137,189)
0 Favorites   0 Comments

Color spaces of #be89bd

RGB 190137189
HSL0.840.290.64
HSV301°28°75°
CMYK 0.000.280.01   0.25
XYZ39.366232.512652.3448
Yxy32.51260.31690.2617
Hunter Lab57.019823.4508-14.5150
CIE-Lab63.764328.8932-19.1509

#be89bd color RGB value is (190,137,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10001001 10111101
Octal 276 211 275
Decimal 190 137 189
Hex BE 89 BD

RGB Percentages of Color #be89bd

%36.82
%26.55
%36.63

CMYK Percentages of Color #be89bd

%0
%28
%1
%25

Triadic Colors of #be89bd

#be89bd #bdbe89 #89bdbe

Analogous Colors of #be89bd

#be89bd #be89a3 #a589be

Monochromatic Colors of #be89bd

#be89bd

Complementary Color

#be89bd #89be8a

#be89bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be89bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#be89bd Color CSS Codes

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

#be89bd Text Font Color

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

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


#be89bd Background Color

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

This div background color is #be89bd


#be89bd Border Color

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

This div border color is #be89bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be89bd


Comments

No comments written yet.

Please login to write comment.