Color Hex Logo

#bd1489 Color Hex

#BD1489
(189,20,137)
0 Favorites   0 Comments

Color spaces of #bd1489

RGB 18920137
HSL0.880.810.41
HSV318°89°74°
CMYK 0.000.890.28   0.26
XYZ25.751813.125324.8431
Yxy13.12530.40410.2060
Hunter Lab36.228963.4789-15.2965
CIE-Lab42.951469.4378-20.5710

#bd1489 color RGB value is (189,20,137).

#bd1489 hex color red value is 189, green value is 20 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #bd1489 hue: 0.88 , saturation: 0.81 and the lightness value of bd1489 is 0.41.

The process color (four color CMYK) of #bd1489 color hex is 0.00, 0.89, 0.28, 0.26. Web safe color of #bd1489 is #cc0099. Color #bd1489 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00010100 10001001
Octal 275 24 211
Decimal 189 20 137
Hex BD 14 89

RGB Percentages of Color #bd1489

%54.62
%5.78
%39.60

CMYK Percentages of Color #bd1489

%0
%89
%28
%26

Triadic Colors of #bd1489

#bd1489 #89bd14 #1489bd

Analogous Colors of #bd1489

#bd1489 #bd1435 #9d14bd

Monochromatic Colors of #bd1489

#bd1489

Complementary Color

#bd1489 #14bd48

#bd1489 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd1489 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd1489 Color CSS Codes

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

#bd1489 Text Font Color

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

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


#bd1489 Background Color

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

This div background color is #bd1489


#bd1489 Border Color

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

This div border color is #bd1489


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd1489


Comments

No comments written yet.

Please login to write comment.