Color Hex Logo

#bd487e Color Hex

#BD487E
(189,72,126)
0 Favorites   0 Comments

Color spaces of #bd487e

RGB 18972126
HSL0.920.470.51
HSV332°62°74°
CMYK 0.000.620.33   0.26
XYZ27.069516.959921.5855
Yxy16.95990.41260.2585
Hunter Lab41.182445.2602-2.2488
CIE-Lab48.209552.2007-5.9116

#bd487e color RGB value is (189,72,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01001000 01111110
Octal 275 110 176
Decimal 189 72 126
Hex BD 48 7E

RGB Percentages of Color #bd487e

%48.84
%18.60
%32.56

CMYK Percentages of Color #bd487e

%0
%62
%33
%26

Triadic Colors of #bd487e

#bd487e #7ebd48 #487ebd

Analogous Colors of #bd487e

#bd487e #bd4d48 #bd48b9

Monochromatic Colors of #bd487e

#bd487e

Complementary Color

#bd487e #48bd87

#bd487e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd487e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd487e Color CSS Codes

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

#bd487e Text Font Color

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

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


#bd487e Background Color

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

This div background color is #bd487e


#bd487e Border Color

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

This div border color is #bd487e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd487e


Comments

No comments written yet.

Please login to write comment.