Color Hex Logo

#bd459c Color Hex

#BD459C
(189,69,156)
0 Favorites   0 Comments

Color spaces of #bd459c

RGB 18969156
HSL0.880.480.51
HSV317°63°74°
CMYK 0.000.630.17   0.26
XYZ29.115117.475433.2910
Yxy17.47540.36450.2188
Hunter Lab41.803651.1643-17.9541
CIE-Lab48.853557.5107-22.9201

#bd459c color RGB value is (189,69,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01000101 10011100
Octal 275 105 234
Decimal 189 69 156
Hex BD 45 9C

RGB Percentages of Color #bd459c

%45.65
%16.67
%37.68

CMYK Percentages of Color #bd459c

%0
%63
%17
%26

Triadic Colors of #bd459c

#bd459c #9cbd45 #459cbd

Analogous Colors of #bd459c

#bd459c #bd4560 #a245bd

Monochromatic Colors of #bd459c

#bd459c

Complementary Color

#bd459c #45bd66

#bd459c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd459c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd459c Color CSS Codes

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

#bd459c Text Font Color

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

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


#bd459c Background Color

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

This div background color is #bd459c


#bd459c Border Color

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

This div border color is #bd459c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,69,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 #bd459c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd459c


Comments

No comments written yet.

Please login to write comment.