Color Hex Logo

#bd298b Color Hex

#BD298B
(189,41,139)
0 Favorites   0 Comments

Color spaces of #bd298b

RGB 18941139
HSL0.890.640.45
HSV320°78°74°
CMYK 0.000.780.26   0.26
XYZ26.439414.268825.7867
Yxy14.26880.39760.2146
Hunter Lab37.774158.8338-14.0328
CIE-Lab44.616065.1174-19.2292

#bd298b color RGB value is (189,41,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00101001 10001011
Octal 275 51 213
Decimal 189 41 139
Hex BD 29 8B

RGB Percentages of Color #bd298b

%51.22
%11.11
%37.67

CMYK Percentages of Color #bd298b

%0
%78
%26
%26

Triadic Colors of #bd298b

#bd298b #8bbd29 #298bbd

Analogous Colors of #bd298b

#bd298b #bd2941 #a529bd

Monochromatic Colors of #bd298b

#bd298b

Complementary Color

#bd298b #29bd5b

#bd298b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd298b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd298b Color CSS Codes

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

#bd298b Text Font Color

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

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


#bd298b Background Color

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

This div background color is #bd298b


#bd298b Border Color

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

This div border color is #bd298b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd298b


Comments

No comments written yet.

Please login to write comment.