Color Hex Logo

#be98ad Color Hex

#BE98AD
(190,152,173)
0 Favorites   0 Comments

Color spaces of #be98ad

RGB 190152173
HSL0.910.230.67
HSV327°20°75°
CMYK 0.000.200.09   0.25
XYZ40.006336.420844.4565
Yxy36.42080.33090.3013
Hunter Lab60.349612.7173-1.4312
CIE-Lab66.840217.6442-5.5451

#be98ad color RGB value is (190,152,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10011000 10101101
Octal 276 230 255
Decimal 190 152 173
Hex BE 98 AD

RGB Percentages of Color #be98ad

%36.89
%29.51
%33.59

CMYK Percentages of Color #be98ad

%0
%20
%9
%25

Triadic Colors of #be98ad

#be98ad #adbe98 #98adbe

Analogous Colors of #be98ad

#be98ad #be989a #bc98be

Monochromatic Colors of #be98ad

#be98ad

Complementary Color

#be98ad #98bea9

#be98ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be98ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#be98ad Color CSS Codes

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

#be98ad Text Font Color

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

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


#be98ad Background Color

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

This div background color is #be98ad


#be98ad Border Color

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

This div border color is #be98ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be98ad


Comments

No comments written yet.

Please login to write comment.