Color Hex Logo

#be97ad Color Hex

#BE97AD
(190,151,173)
0 Favorites   0 Comments

Color spaces of #be97ad

RGB 190151173
HSL0.910.230.67
HSV326°21°75°
CMYK 0.000.210.09   0.25
XYZ39.844636.097544.4026
Yxy36.09750.33110.3000
Hunter Lab60.081213.2354-1.7610
CIE-Lab66.594418.1984-5.9090

#be97ad color RGB value is (190,151,173).

#be97ad hex color red value is 190, green value is 151 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #be97ad hue: 0.91 , saturation: 0.23 and the lightness value of be97ad is 0.67.

The process color (four color CMYK) of #be97ad color hex is 0.00, 0.21, 0.09, 0.25. Web safe color of #be97ad is #cc9999. Color #be97ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10010111 10101101
Octal 276 227 255
Decimal 190 151 173
Hex BE 97 AD

RGB Percentages of Color #be97ad

%36.96
%29.38
%33.66

CMYK Percentages of Color #be97ad

%0
%21
%9
%25

Triadic Colors of #be97ad

#be97ad #adbe97 #97adbe

Analogous Colors of #be97ad

#be97ad #be979a #bc97be

Monochromatic Colors of #be97ad

#be97ad

Complementary Color

#be97ad #97bea8

#be97ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be97ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#be97ad Color CSS Codes

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

#be97ad Text Font Color

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

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


#be97ad Background Color

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

This div background color is #be97ad


#be97ad Border Color

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

This div border color is #be97ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be97ad


Comments

No comments written yet.

Please login to write comment.