Color Hex Logo

#bd517d Color Hex

#BD517D
(189,81,125)
0 Favorites   0 Comments

Color spaces of #bd517d

RGB 18981125
HSL0.930.450.53
HSV336°57°74°
CMYK 0.000.570.34   0.26
XYZ27.630418.184321.4557
Yxy18.18430.41070.2703
Hunter Lab42.643141.03300.0186
CIE-Lab49.718947.9513-3.0749

#bd517d color RGB value is (189,81,125).

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

The process color (four color CMYK) of #bd517d color hex is 0.00, 0.57, 0.34, 0.26. Web safe color of #bd517d is #cc6666. Color #bd517d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010001 01111101
Octal 275 121 175
Decimal 189 81 125
Hex BD 51 7D

RGB Percentages of Color #bd517d

%47.85
%20.51
%31.65

CMYK Percentages of Color #bd517d

%0
%57
%34
%26

Triadic Colors of #bd517d

#bd517d #7dbd51 #517dbd

Analogous Colors of #bd517d

#bd517d #bd5b51 #bd51b3

Monochromatic Colors of #bd517d

#bd517d

Complementary Color

#bd517d #51bd91

#bd517d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd517d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd517d Color CSS Codes

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

#bd517d Text Font Color

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

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


#bd517d Background Color

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

This div background color is #bd517d


#bd517d Border Color

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

This div border color is #bd517d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd517d


Comments

No comments written yet.

Please login to write comment.