Color Hex Logo

#bd518f Color Hex

#BD518F
(189,81,143)
0 Favorites   0 Comments

Color spaces of #bd518f

RGB 18981143
HSL0.900.450.53
HSV326°57°74°
CMYK 0.000.570.24   0.26
XYZ28.886618.686828.0710
Yxy18.68680.38190.2470
Hunter Lab43.228243.6305-8.2412
CIE-Lab50.318750.3111-12.9478

#bd518f color RGB value is (189,81,143).

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

The process color (four color CMYK) of #bd518f color hex is 0.00, 0.57, 0.24, 0.26. Web safe color of #bd518f is #cc6699. Color #bd518f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010001 10001111
Octal 275 121 217
Decimal 189 81 143
Hex BD 51 8F

RGB Percentages of Color #bd518f

%45.76
%19.61
%34.62

CMYK Percentages of Color #bd518f

%0
%57
%24
%26

Triadic Colors of #bd518f

#bd518f #8fbd51 #518fbd

Analogous Colors of #bd518f

#bd518f #bd5159 #b551bd

Monochromatic Colors of #bd518f

#bd518f

Complementary Color

#bd518f #51bd7f

#bd518f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd518f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd518f Color CSS Codes

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

#bd518f Text Font Color

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

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


#bd518f Background Color

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

This div background color is #bd518f


#bd518f Border Color

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

This div border color is #bd518f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd518f


Comments

No comments written yet.

Please login to write comment.