Color Hex Logo

#bd429c Color Hex

#BD429C
(189,66,156)
0 Favorites   0 Comments

Color spaces of #bd429c

RGB 18966156
HSL0.880.480.50
HSV316°65°74°
CMYK 0.000.650.17   0.26
XYZ28.935217.115533.2311
Yxy17.11550.36500.2159
Hunter Lab41.370952.4456-18.6650
CIE-Lab48.405258.7474-23.6122

#bd429c color RGB value is (189,66,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01000010 10011100
Octal 275 102 234
Decimal 189 66 156
Hex BD 42 9C

RGB Percentages of Color #bd429c

%45.99
%16.06
%37.96

CMYK Percentages of Color #bd429c

%0
%65
%17
%26

Triadic Colors of #bd429c

#bd429c #9cbd42 #429cbd

Analogous Colors of #bd429c

#bd429c #bd425f #a142bd

Monochromatic Colors of #bd429c

#bd429c

Complementary Color

#bd429c #42bd63

#bd429c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd429c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd429c Color CSS Codes

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

#bd429c Text Font Color

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

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


#bd429c Background Color

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

This div background color is #bd429c


#bd429c Border Color

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

This div border color is #bd429c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd429c


Comments

No comments written yet.

Please login to write comment.