Color Hex Logo

#bd666e Color Hex

#BD666E
(189,102,110)
0 Favorites   0 Comments

Color spaces of #bd666e

RGB 189102110
HSL0.980.400.57
HSV354°46°74°
CMYK 0.000.460.42   0.26
XYZ28.552121.447317.3867
Yxy21.44730.42370.3183
Hunter Lab46.311229.005310.1585
CIE-Lab53.435635.573711.2117

#bd666e color RGB value is (189,102,110).

#bd666e hex color red value is 189, green value is 102 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #bd666e hue: 0.98 , saturation: 0.40 and the lightness value of bd666e is 0.57.

The process color (four color CMYK) of #bd666e color hex is 0.00, 0.46, 0.42, 0.26. Web safe color of #bd666e is #cc6666. Color #bd666e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100110 01101110
Octal 275 146 156
Decimal 189 102 110
Hex BD 66 6E

RGB Percentages of Color #bd666e

%47.13
%25.44
%27.43

CMYK Percentages of Color #bd666e

%0
%46
%42
%26

Triadic Colors of #bd666e

#bd666e #6ebd66 #666ebd

Analogous Colors of #bd666e

#bd666e #bd8a66 #bd669a

Monochromatic Colors of #bd666e

#bd666e

Complementary Color

#bd666e #66bdb5

#bd666e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd666e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd666e Color CSS Codes

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

#bd666e Text Font Color

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

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


#bd666e Background Color

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

This div background color is #bd666e


#bd666e Border Color

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

This div border color is #bd666e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd666e


Comments

No comments written yet.

Please login to write comment.