Color Hex Logo

#bd5079 Color Hex

#BD5079
(189,80,121)
0 Favorites   0 Comments

Color spaces of #bd5079

RGB 18980121
HSL0.940.450.53
HSV337°58°74°
CMYK 0.000.580.36   0.26
XYZ27.306117.936620.1121
Yxy17.93660.41780.2744
Hunter Lab42.351640.97211.4903
CIE-Lab49.419147.9424-1.1098

#bd5079 color RGB value is (189,80,121).

#bd5079 hex color red value is 189, green value is 80 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #bd5079 hue: 0.94 , saturation: 0.45 and the lightness value of bd5079 is 0.53.

The process color (four color CMYK) of #bd5079 color hex is 0.00, 0.58, 0.36, 0.26. Web safe color of #bd5079 is #cc6666. Color #bd5079 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010000 01111001
Octal 275 120 171
Decimal 189 80 121
Hex BD 50 79

RGB Percentages of Color #bd5079

%48.46
%20.51
%31.03

CMYK Percentages of Color #bd5079

%0
%58
%36
%26

Triadic Colors of #bd5079

#bd5079 #79bd50 #5079bd

Analogous Colors of #bd5079

#bd5079 #bd5e50 #bd50b0

Monochromatic Colors of #bd5079

#bd5079

Complementary Color

#bd5079 #50bd94

#bd5079 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd5079 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd5079 Color CSS Codes

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

#bd5079 Text Font Color

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

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


#bd5079 Background Color

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

This div background color is #bd5079


#bd5079 Border Color

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

This div border color is #bd5079


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd5079


Comments

No comments written yet.

Please login to write comment.