Color Hex Logo

#bd508f Color Hex

#BD508F
(189,80,143)
0 Favorites   0 Comments

Color spaces of #bd508f

RGB 18980143
HSL0.900.450.53
HSV325°58°74°
CMYK 0.000.580.24   0.26
XYZ28.812918.539328.0464
Yxy18.53930.38210.2459
Hunter Lab43.057344.0976-8.4799
CIE-Lab50.143850.7790-13.2123

#bd508f color RGB value is (189,80,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010000 10001111
Octal 275 120 217
Decimal 189 80 143
Hex BD 50 8F

RGB Percentages of Color #bd508f

%45.87
%19.42
%34.71

CMYK Percentages of Color #bd508f

%0
%58
%24
%26

Triadic Colors of #bd508f

#bd508f #8fbd50 #508fbd

Analogous Colors of #bd508f

#bd508f #bd5059 #b550bd

Monochromatic Colors of #bd508f

#bd508f

Complementary Color

#bd508f #50bd7e

#bd508f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd508f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd508f Color CSS Codes

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

#bd508f Text Font Color

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

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


#bd508f Background Color

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

This div background color is #bd508f


#bd508f Border Color

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

This div border color is #bd508f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd508f


Comments

No comments written yet.

Please login to write comment.