Color Hex Logo

#bd297e Color Hex

#BD297E
(189,41,126)
0 Favorites   0 Comments

Color spaces of #bd297e

RGB 18941126
HSL0.900.640.45
HSV326°78°74°
CMYK 0.000.780.33   0.26
XYZ25.545113.911121.0774
Yxy13.91110.42200.2298
Hunter Lab37.297656.9838-7.3973
CIE-Lab44.105263.5969-12.0657

#bd297e color RGB value is (189,41,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00101001 01111110
Octal 275 51 176
Decimal 189 41 126
Hex BD 29 7E

RGB Percentages of Color #bd297e

%53.09
%11.52
%35.39

CMYK Percentages of Color #bd297e

%0
%78
%33
%26

Triadic Colors of #bd297e

#bd297e #7ebd29 #297ebd

Analogous Colors of #bd297e

#bd297e #bd2934 #b229bd

Monochromatic Colors of #bd297e

#bd297e

Complementary Color

#bd297e #29bd68

#bd297e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd297e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd297e Color CSS Codes

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

#bd297e Text Font Color

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

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


#bd297e Background Color

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

This div background color is #bd297e


#bd297e Border Color

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

This div border color is #bd297e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd297e


Comments

No comments written yet.

Please login to write comment.