Color Hex Logo

#bd3389 Color Hex

#BD3389
(189,51,137)
0 Favorites   0 Comments

Color spaces of #bd3389

RGB 18951137
HSL0.900.580.47
HSV323°73°74°
CMYK 0.000.730.28   0.26
XYZ26.685414.992625.1543
Yxy14.99260.39930.2243
Hunter Lab38.720355.2589-11.4130
CIE-Lab45.624161.7814-16.4713

#bd3389 color RGB value is (189,51,137).

#bd3389 hex color red value is 189, green value is 51 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #bd3389 hue: 0.90 , saturation: 0.58 and the lightness value of bd3389 is 0.47.

The process color (four color CMYK) of #bd3389 color hex is 0.00, 0.73, 0.28, 0.26. Web safe color of #bd3389 is #cc3399. Color #bd3389 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110011 10001001
Octal 275 63 211
Decimal 189 51 137
Hex BD 33 89

RGB Percentages of Color #bd3389

%50.13
%13.53
%36.34

CMYK Percentages of Color #bd3389

%0
%73
%28
%26

Triadic Colors of #bd3389

#bd3389 #89bd33 #3389bd

Analogous Colors of #bd3389

#bd3389 #bd3344 #ac33bd

Monochromatic Colors of #bd3389

#bd3389

Complementary Color

#bd3389 #33bd67

#bd3389 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd3389 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd3389 Color CSS Codes

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

#bd3389 Text Font Color

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

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


#bd3389 Background Color

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

This div background color is #bd3389


#bd3389 Border Color

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

This div border color is #bd3389


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd3389


Comments

No comments written yet.

Please login to write comment.