Color Hex Logo

#bd4487 Color Hex

#BD4487
(189,68,135)
0 Favorites   0 Comments

Color spaces of #bd4487

RGB 18968135
HSL0.910.480.50
HSV327°64°74°
CMYK 0.000.640.29   0.26
XYZ27.426616.702324.7000
Yxy16.70230.39850.2427
Hunter Lab40.868448.2706-7.2257
CIE-Lab47.882755.0494-11.8337

#bd4487 color RGB value is (189,68,135).

#bd4487 hex color red value is 189, green value is 68 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #bd4487 hue: 0.91 , saturation: 0.48 and the lightness value of bd4487 is 0.50.

The process color (four color CMYK) of #bd4487 color hex is 0.00, 0.64, 0.29, 0.26. Web safe color of #bd4487 is #cc3399. Color #bd4487 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01000100 10000111
Octal 275 104 207
Decimal 189 68 135
Hex BD 44 87

RGB Percentages of Color #bd4487

%48.21
%17.35
%34.44

CMYK Percentages of Color #bd4487

%0
%64
%29
%26

Triadic Colors of #bd4487

#bd4487 #87bd44 #4487bd

Analogous Colors of #bd4487

#bd4487 #bd444b #b744bd

Monochromatic Colors of #bd4487

#bd4487

Complementary Color

#bd4487 #44bd7a

#bd4487 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd4487 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd4487 Color CSS Codes

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

#bd4487 Text Font Color

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

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


#bd4487 Background Color

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

This div background color is #bd4487


#bd4487 Border Color

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

This div border color is #bd4487


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd4487


Comments

No comments written yet.

Please login to write comment.