Color Hex Logo

#bd176e Color Hex

#BD176E
(189,23,110)
0 Favorites   0 Comments

Color spaces of #bd176e

RGB 18923110
HSL0.910.780.42
HSV329°88°74°
CMYK 0.000.880.42   0.26
XYZ24.107112.557415.9051
Yxy12.55740.45860.2389
Hunter Lab35.436459.4183-1.8059
CIE-Lab42.088666.1168-5.1780

#bd176e color RGB value is (189,23,110).

#bd176e hex color red value is 189, green value is 23 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #bd176e hue: 0.91 , saturation: 0.78 and the lightness value of bd176e is 0.42.

The process color (four color CMYK) of #bd176e color hex is 0.00, 0.88, 0.42, 0.26. Web safe color of #bd176e is #cc0066. Color #bd176e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00010111 01101110
Octal 275 27 156
Decimal 189 23 110
Hex BD 17 6E

RGB Percentages of Color #bd176e

%58.70
%7.14
%34.16

CMYK Percentages of Color #bd176e

%0
%88
%42
%26

Triadic Colors of #bd176e

#bd176e #6ebd17 #176ebd

Analogous Colors of #bd176e

#bd176e #bd171b #b917bd

Monochromatic Colors of #bd176e

#bd176e

Complementary Color

#bd176e #17bd66

#bd176e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd176e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd176e Color CSS Codes

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

#bd176e Text Font Color

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

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


#bd176e Background Color

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

This div background color is #bd176e


#bd176e Border Color

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

This div border color is #bd176e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd176e


Comments

No comments written yet.

Please login to write comment.