Color Hex Logo

#bd487f Color Hex

#BD487F
(189,72,127)
0 Favorites   0 Comments

Color spaces of #bd487f

RGB 18972127
HSL0.920.470.51
HSV332°62°74°
CMYK 0.000.620.33   0.26
XYZ27.134416.985921.9271
Yxy16.98590.41080.2572
Hunter Lab41.214045.3962-2.6943
CIE-Lab48.242352.3221-6.4670

#bd487f color RGB value is (189,72,127).

#bd487f hex color red value is 189, green value is 72 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #bd487f hue: 0.92 , saturation: 0.47 and the lightness value of bd487f is 0.51.

The process color (four color CMYK) of #bd487f color hex is 0.00, 0.62, 0.33, 0.26. Web safe color of #bd487f is #cc3366. Color #bd487f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01001000 01111111
Octal 275 110 177
Decimal 189 72 127
Hex BD 48 7F

RGB Percentages of Color #bd487f

%48.71
%18.56
%32.73

CMYK Percentages of Color #bd487f

%0
%62
%33
%26

Triadic Colors of #bd487f

#bd487f #7fbd48 #487fbd

Analogous Colors of #bd487f

#bd487f #bd4c48 #bd48ba

Monochromatic Colors of #bd487f

#bd487f

Complementary Color

#bd487f #48bd86

#bd487f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd487f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd487f Color CSS Codes

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

#bd487f Text Font Color

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

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


#bd487f Background Color

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

This div background color is #bd487f


#bd487f Border Color

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

This div border color is #bd487f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd487f


Comments

No comments written yet.

Please login to write comment.