Color Hex Logo

#bb7dad Color Hex

#BB7DAD
(187,125,173)
0 Favorites   0 Comments

Color spaces of #bb7dad

RGB 187125173
HSL0.870.310.61
HSV314°33°73°
CMYK 0.000.330.07   0.27
XYZ35.370028.249243.1236
Yxy28.24920.33140.2646
Hunter Lab53.150025.7749-10.9004
CIE-Lab60.113231.5666-15.6455

#bb7dad color RGB value is (187,125,173).

#bb7dad hex color red value is 187, green value is 125 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #bb7dad hue: 0.87 , saturation: 0.31 and the lightness value of bb7dad is 0.61.

The process color (four color CMYK) of #bb7dad color hex is 0.00, 0.33, 0.07, 0.27. Web safe color of #bb7dad is #cc6699. Color #bb7dad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01111101 10101101
Octal 273 175 255
Decimal 187 125 173
Hex BB 7D AD

RGB Percentages of Color #bb7dad

%38.56
%25.77
%35.67

CMYK Percentages of Color #bb7dad

%0
%33
%7
%27

Triadic Colors of #bb7dad

#bb7dad #adbb7d #7dadbb

Analogous Colors of #bb7dad

#bb7dad #bb7d8e #aa7dbb

Monochromatic Colors of #bb7dad

#bb7dad

Complementary Color

#bb7dad #7dbb8b

#bb7dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb7dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb7dad Color CSS Codes

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

#bb7dad Text Font Color

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

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


#bb7dad Background Color

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

This div background color is #bb7dad


#bb7dad Border Color

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

This div border color is #bb7dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb7dad


Comments

No comments written yet.

Please login to write comment.