Color Hex Logo

#bb517e Color Hex

#BB517E
(187,81,126)
0 Favorites   0 Comments

Color spaces of #bb517e

RGB 18781126
HSL0.930.440.53
HSV335°57°73°
CMYK 0.000.570.33   0.27
XYZ27.201817.956021.7708
Yxy17.95600.40640.2683
Hunter Lab42.374540.4305-0.7993
CIE-Lab49.442747.4202-4.1181

#bb517e color RGB value is (187,81,126).

#bb517e hex color red value is 187, green value is 81 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #bb517e hue: 0.93 , saturation: 0.44 and the lightness value of bb517e is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01010001 01111110
Octal 273 121 176
Decimal 187 81 126
Hex BB 51 7E

RGB Percentages of Color #bb517e

%47.46
%20.56
%31.98

CMYK Percentages of Color #bb517e

%0
%57
%33
%27

Triadic Colors of #bb517e

#bb517e #7ebb51 #517ebb

Analogous Colors of #bb517e

#bb517e #bb5951 #bb51b3

Monochromatic Colors of #bb517e

#bb517e

Complementary Color

#bb517e #51bb8e

#bb517e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb517e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb517e Color CSS Codes

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

#bb517e Text Font Color

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

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


#bb517e Background Color

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

This div background color is #bb517e


#bb517e Border Color

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

This div border color is #bb517e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb517e


Comments

No comments written yet.

Please login to write comment.