Color Hex Logo

#bd156c Color Hex

#BD156C
(189,21,108)
0 Favorites   0 Comments

Color spaces of #bd156c

RGB 18921108
HSL0.910.800.41
HSV329°89°74°
CMYK 0.000.890.43   0.26
XYZ23.961212.437915.3252
Yxy12.43790.46320.2405
Hunter Lab35.267459.5576-1.0769
CIE-Lab41.903866.2738-4.2007

#bd156c color RGB value is (189,21,108).

#bd156c hex color red value is 189, green value is 21 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #bd156c hue: 0.91 , saturation: 0.80 and the lightness value of bd156c is 0.41.

The process color (four color CMYK) of #bd156c color hex is 0.00, 0.89, 0.43, 0.26. Web safe color of #bd156c is #cc0066. Color #bd156c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00010101 01101100
Octal 275 25 154
Decimal 189 21 108
Hex BD 15 6C

RGB Percentages of Color #bd156c

%59.43
%6.60
%33.96

CMYK Percentages of Color #bd156c

%0
%89
%43
%26

Triadic Colors of #bd156c

#bd156c #6cbd15 #156cbd

Analogous Colors of #bd156c

#bd156c #bd1518 #ba15bd

Monochromatic Colors of #bd156c

#bd156c

Complementary Color

#bd156c #15bd66

#bd156c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd156c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd156c Color CSS Codes

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

#bd156c Text Font Color

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

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


#bd156c Background Color

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

This div background color is #bd156c


#bd156c Border Color

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

This div border color is #bd156c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd156c


Comments

No comments written yet.

Please login to write comment.