Color Hex Logo

#bd294e Color Hex

#BD294E
(189,41,78)
0 Favorites   0 Comments

Color spaces of #bd294e

RGB 1894178
HSL0.960.640.45
HSV345°78°74°
CMYK 0.000.780.59   0.26
XYZ23.154312.95488.4879
Yxy12.95480.51920.2905
Hunter Lab35.992851.842411.2130
CIE-Lab42.695159.277015.7619

#bd294e color RGB value is (189,41,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00101001 01001110
Octal 275 51 116
Decimal 189 41 78
Hex BD 29 4E

RGB Percentages of Color #bd294e

%61.36
%13.31
%25.32

CMYK Percentages of Color #bd294e

%0
%78
%59
%26

Triadic Colors of #bd294e

#bd294e #4ebd29 #294ebd

Analogous Colors of #bd294e

#bd294e #bd4e29 #bd2998

Monochromatic Colors of #bd294e

#bd294e

Complementary Color

#bd294e #29bd98

#bd294e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd294e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd294e Color CSS Codes

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

#bd294e Text Font Color

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

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


#bd294e Background Color

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

This div background color is #bd294e


#bd294e Border Color

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

This div border color is #bd294e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd294e


Comments

No comments written yet.

Please login to write comment.