Color Hex Logo

#bb98ad Color Hex

#BB98AD
(187,152,173)
0 Favorites   0 Comments

Color spaces of #bb98ad

RGB 187152173
HSL0.900.200.66
HSV324°19°73°
CMYK 0.000.190.07   0.27
XYZ39.264636.038444.4218
Yxy36.03840.32800.3010
Hunter Lab60.032011.6939-1.8504
CIE-Lab66.549316.5682-6.0081

#bb98ad color RGB value is (187,152,173).

#bb98ad hex color red value is 187, green value is 152 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #bb98ad hue: 0.90 , saturation: 0.20 and the lightness value of bb98ad is 0.66.

The process color (four color CMYK) of #bb98ad color hex is 0.00, 0.19, 0.07, 0.27. Web safe color of #bb98ad is #cc9999. Color #bb98ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10011000 10101101
Octal 273 230 255
Decimal 187 152 173
Hex BB 98 AD

RGB Percentages of Color #bb98ad

%36.52
%29.69
%33.79

CMYK Percentages of Color #bb98ad

%0
%19
%7
%27

Triadic Colors of #bb98ad

#bb98ad #adbb98 #98adbb

Analogous Colors of #bb98ad

#bb98ad #bb989c #b898bb

Monochromatic Colors of #bb98ad

#bb98ad

Complementary Color

#bb98ad #98bba6

#bb98ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb98ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb98ad Color CSS Codes

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

#bb98ad Text Font Color

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

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


#bb98ad Background Color

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

This div background color is #bb98ad


#bb98ad Border Color

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

This div border color is #bb98ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb98ad


Comments

No comments written yet.

Please login to write comment.