Color Hex Logo

#be98bb Color Hex

#BE98BB
(190,152,187)
0 Favorites   0 Comments

Color spaces of #be98bb

RGB 190152187
HSL0.850.230.67
HSV305°20°75°
CMYK 0.000.200.02   0.25
XYZ41.433136.991551.9700
Yxy36.99150.31780.2837
Hunter Lab60.820615.1642-8.0877
CIE-Lab67.270720.1916-12.7306

#be98bb color RGB value is (190,152,187).

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

The process color (four color CMYK) of #be98bb color hex is 0.00, 0.20, 0.02, 0.25. Web safe color of #be98bb is #cc99cc. Color #be98bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10011000 10111011
Octal 276 230 273
Decimal 190 152 187
Hex BE 98 BB

RGB Percentages of Color #be98bb

%35.92
%28.73
%35.35

CMYK Percentages of Color #be98bb

%0
%20
%2
%25

Triadic Colors of #be98bb

#be98bb #bbbe98 #98bbbe

Analogous Colors of #be98bb

#be98bb #be98a8 #ae98be

Monochromatic Colors of #be98bb

#be98bb

Complementary Color

#be98bb #98be9b

#be98bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be98bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#be98bb Color CSS Codes

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

#be98bb Text Font Color

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

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


#be98bb Background Color

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

This div background color is #be98bb


#be98bb Border Color

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

This div border color is #be98bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be98bb


Comments

No comments written yet.

Please login to write comment.