Color Hex Logo

#bd399a Color Hex

#BD399A
(189,57,154)
0 Favorites   0 Comments

Color spaces of #bd399a

RGB 18957154
HSL0.880.540.48
HSV316°70°74°
CMYK 0.000.700.19   0.26
XYZ28.282116.078232.1846
Yxy16.07820.36950.2100
Hunter Lab40.097655.7307-19.5211
CIE-Lab47.076961.9229-24.4738

#bd399a color RGB value is (189,57,154).

#bd399a hex color red value is 189, green value is 57 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #bd399a hue: 0.88 , saturation: 0.54 and the lightness value of bd399a is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00111001 10011010
Octal 275 71 232
Decimal 189 57 154
Hex BD 39 9A

RGB Percentages of Color #bd399a

%47.25
%14.25
%38.50

CMYK Percentages of Color #bd399a

%0
%70
%19
%26

Triadic Colors of #bd399a

#bd399a #9abd39 #399abd

Analogous Colors of #bd399a

#bd399a #bd3958 #9e39bd

Monochromatic Colors of #bd399a

#bd399a

Complementary Color

#bd399a #39bd5c

#bd399a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd399a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd399a Color CSS Codes

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

#bd399a Text Font Color

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

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


#bd399a Background Color

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

This div background color is #bd399a


#bd399a Border Color

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

This div border color is #bd399a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd399a


Comments

No comments written yet.

Please login to write comment.