Color Hex Logo

#bb717d Color Hex

#BB717D
(187,113,125)
0 Favorites   0 Comments

Color spaces of #bb717d

RGB 187113125
HSL0.970.350.59
HSV350°40°73°
CMYK 0.000.400.33   0.27
XYZ30.100323.855722.4202
Yxy23.85570.39410.3123
Hunter Lab48.842324.53116.9736
CIE-Lab55.943030.71225.9379

#bb717d color RGB value is (187,113,125).

#bb717d hex color red value is 187, green value is 113 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #bb717d hue: 0.97 , saturation: 0.35 and the lightness value of bb717d is 0.59.

The process color (four color CMYK) of #bb717d color hex is 0.00, 0.40, 0.33, 0.27. Web safe color of #bb717d is #cc6666. Color #bb717d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01110001 01111101
Octal 273 161 175
Decimal 187 113 125
Hex BB 71 7D

RGB Percentages of Color #bb717d

%44.00
%26.59
%29.41

CMYK Percentages of Color #bb717d

%0
%40
%33
%27

Triadic Colors of #bb717d

#bb717d #7dbb71 #717dbb

Analogous Colors of #bb717d

#bb717d #bb8a71 #bb71a2

Monochromatic Colors of #bb717d

#bb717d

Complementary Color

#bb717d #71bbaf

#bb717d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb717d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb717d Color CSS Codes

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

#bb717d Text Font Color

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

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


#bb717d Background Color

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

This div background color is #bb717d


#bb717d Border Color

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

This div border color is #bb717d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb717d


Comments

No comments written yet.

Please login to write comment.