Color Hex Logo

#bd295e Color Hex

#BD295E
(189,41,94)
0 Favorites   0 Comments

Color spaces of #bd295e

RGB 1894194
HSL0.940.640.45
HSV339°78°74°
CMYK 0.000.780.50   0.26
XYZ23.799613.212811.8856
Yxy13.21280.48670.2702
Hunter Lab36.349453.26056.0578
CIE-Lab43.082160.48306.2821

#bd295e color RGB value is (189,41,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00101001 01011110
Octal 275 51 136
Decimal 189 41 94
Hex BD 29 5E

RGB Percentages of Color #bd295e

%58.33
%12.65
%29.01

CMYK Percentages of Color #bd295e

%0
%78
%50
%26

Triadic Colors of #bd295e

#bd295e #5ebd29 #295ebd

Analogous Colors of #bd295e

#bd295e #bd3e29 #bd29a8

Monochromatic Colors of #bd295e

#bd295e

Complementary Color

#bd295e #29bd88

#bd295e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd295e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd295e Color CSS Codes

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

#bd295e Text Font Color

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

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


#bd295e Background Color

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

This div background color is #bd295e


#bd295e Border Color

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

This div border color is #bd295e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd295e


Comments

No comments written yet.

Please login to write comment.