Color Hex Logo

#bb517d Color Hex

#BB517D
(187,81,125)
0 Favorites   0 Comments

Color spaces of #bb517d

RGB 18781125
HSL0.930.440.53
HSV335°57°73°
CMYK 0.000.570.33   0.27
XYZ27.137617.930321.4326
Yxy17.93030.40810.2696
Hunter Lab42.344240.2950-0.3688
CIE-Lab49.411547.2954-3.5632

#bb517d color RGB value is (187,81,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01010001 01111101
Octal 273 121 175
Decimal 187 81 125
Hex BB 51 7D

RGB Percentages of Color #bb517d

%47.58
%20.61
%31.81

CMYK Percentages of Color #bb517d

%0
%57
%33
%27

Triadic Colors of #bb517d

#bb517d #7dbb51 #517dbb

Analogous Colors of #bb517d

#bb517d #bb5a51 #bb51b2

Monochromatic Colors of #bb517d

#bb517d

Complementary Color

#bb517d #51bb8f

#bb517d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb517d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb517d Color CSS Codes

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

#bb517d Text Font Color

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

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


#bb517d Background Color

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

This div background color is #bb517d


#bb517d Border Color

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

This div border color is #bb517d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb517d


Comments

No comments written yet.

Please login to write comment.