Color Hex Logo

#bd0979 Color Hex

#BD0979
(189,9,121)
0 Favorites   0 Comments

Color spaces of #bd0979

RGB 1899121
HSL0.900.910.39
HSV323°95°74°
CMYK 0.000.950.36   0.26
XYZ24.535112.394719.1884
Yxy12.39470.43720.2209
Hunter Lab35.206162.7858-7.6706
CIE-Lab41.836769.0649-12.4119

#bd0979 color RGB value is (189,9,121).

#bd0979 hex color red value is 189, green value is 9 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #bd0979 hue: 0.90 , saturation: 0.91 and the lightness value of bd0979 is 0.39.

The process color (four color CMYK) of #bd0979 color hex is 0.00, 0.95, 0.36, 0.26. Web safe color of #bd0979 is #cc0066. Color #bd0979 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00001001 01111001
Octal 275 11 171
Decimal 189 9 121
Hex BD 9 79

RGB Percentages of Color #bd0979

%59.25
%2.82
%37.93

CMYK Percentages of Color #bd0979

%0
%95
%36
%26

Triadic Colors of #bd0979

#bd0979 #79bd09 #0979bd

Analogous Colors of #bd0979

#bd0979 #bd091f #a709bd

Monochromatic Colors of #bd0979

#bd0979

Complementary Color

#bd0979 #09bd4d

#bd0979 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd0979 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd0979 Color CSS Codes

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

#bd0979 Text Font Color

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

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


#bd0979 Background Color

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

This div background color is #bd0979


#bd0979 Border Color

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

This div border color is #bd0979


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd0979


Comments

No comments written yet.

Please login to write comment.