Color Hex Logo

#bd166e Color Hex

#BD166E
(189,22,110)
0 Favorites   0 Comments

Color spaces of #bd166e

RGB 18922110
HSL0.910.790.41
HSV328°88°74°
CMYK 0.000.880.42   0.26
XYZ24.087612.518415.8986
Yxy12.51840.45880.2384
Hunter Lab35.381459.6053-1.8750
CIE-Lab42.028466.2909-5.2674

#bd166e color RGB value is (189,22,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00010110 01101110
Octal 275 26 156
Decimal 189 22 110
Hex BD 16 6E

RGB Percentages of Color #bd166e

%58.88
%6.85
%34.27

CMYK Percentages of Color #bd166e

%0
%88
%42
%26

Triadic Colors of #bd166e

#bd166e #6ebd16 #166ebd

Analogous Colors of #bd166e

#bd166e #bd161b #b916bd

Monochromatic Colors of #bd166e

#bd166e

Complementary Color

#bd166e #16bd65

#bd166e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd166e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd166e Color CSS Codes

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

#bd166e Text Font Color

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

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


#bd166e Background Color

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

This div background color is #bd166e


#bd166e Border Color

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

This div border color is #bd166e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd166e


Comments

No comments written yet.

Please login to write comment.