Color Hex Logo

#be89a7 Color Hex

#BE89A7
(190,137,167)
0 Favorites   0 Comments

Color spaces of #be89a7

RGB 190137167
HSL0.910.290.64
HSV326°28°75°
CMYK 0.000.280.12   0.25
XYZ37.155931.628540.7058
Yxy31.62850.33940.2889
Hunter Lab56.239219.5120-3.5465
CIE-Lab63.034624.9280-7.8106

#be89a7 color RGB value is (190,137,167).

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

The process color (four color CMYK) of #be89a7 color hex is 0.00, 0.28, 0.12, 0.25. Web safe color of #be89a7 is #cc9999. Color #be89a7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10001001 10100111
Octal 276 211 247
Decimal 190 137 167
Hex BE 89 A7

RGB Percentages of Color #be89a7

%38.46
%27.73
%33.81

CMYK Percentages of Color #be89a7

%0
%28
%12
%25

Triadic Colors of #be89a7

#be89a7 #a7be89 #89a7be

Analogous Colors of #be89a7

#be89a7 #be898d #bb89be

Monochromatic Colors of #be89a7

#be89a7

Complementary Color

#be89a7 #89bea0

#be89a7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be89a7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be89a7 Color CSS Codes

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

#be89a7 Text Font Color

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

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


#be89a7 Background Color

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

This div background color is #be89a7


#be89a7 Border Color

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

This div border color is #be89a7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be89a7


Comments

No comments written yet.

Please login to write comment.