Color Hex Logo

#bd2979 Color Hex

#BD2979
(189,41,121)
0 Favorites   0 Comments

Color spaces of #bd2979

RGB 18941121
HSL0.910.640.45
HSV328°78°74°
CMYK 0.000.780.36   0.26
XYZ25.230413.785219.4202
Yxy13.78520.43180.2359
Hunter Lab37.128456.3239-5.0220
CIE-Lab43.923363.0503-9.2640

#bd2979 color RGB value is (189,41,121).

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

The process color (four color CMYK) of #bd2979 color hex is 0.00, 0.78, 0.36, 0.26. Web safe color of #bd2979 is #cc3366. Color #bd2979 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00101001 01111001
Octal 275 51 171
Decimal 189 41 121
Hex BD 29 79

RGB Percentages of Color #bd2979

%53.85
%11.68
%34.47

CMYK Percentages of Color #bd2979

%0
%78
%36
%26

Triadic Colors of #bd2979

#bd2979 #79bd29 #2979bd

Analogous Colors of #bd2979

#bd2979 #bd292f #b729bd

Monochromatic Colors of #bd2979

#bd2979

Complementary Color

#bd2979 #29bd6d

#bd2979 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd2979 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd2979 Color CSS Codes

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

#bd2979 Text Font Color

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

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


#bd2979 Background Color

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

This div background color is #bd2979


#bd2979 Border Color

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

This div border color is #bd2979


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd2979


Comments

No comments written yet.

Please login to write comment.