Color Hex Logo

#bd439c Color Hex

#BD439C
(189,67,156)
0 Favorites   0 Comments

Color spaces of #bd439c

RGB 18967156
HSL0.880.480.50
HSV316°65°74°
CMYK 0.000.650.17   0.26
XYZ28.994217.233433.2507
Yxy17.23340.36480.2168
Hunter Lab41.513152.0226-18.4302
CIE-Lab48.552858.3398-23.3843

#bd439c color RGB value is (189,67,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01000011 10011100
Octal 275 103 234
Decimal 189 67 156
Hex BD 43 9C

RGB Percentages of Color #bd439c

%45.87
%16.26
%37.86

CMYK Percentages of Color #bd439c

%0
%65
%17
%26

Triadic Colors of #bd439c

#bd439c #9cbd43 #439cbd

Analogous Colors of #bd439c

#bd439c #bd435f #a143bd

Monochromatic Colors of #bd439c

#bd439c

Complementary Color

#bd439c #43bd64

#bd439c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd439c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd439c Color CSS Codes

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

#bd439c Text Font Color

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

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


#bd439c Background Color

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

This div background color is #bd439c


#bd439c Border Color

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

This div border color is #bd439c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd439c


Comments

No comments written yet.

Please login to write comment.