Color Hex Logo

#bd907f Color Hex

#BD907F
(189,144,127)
0 Favorites   0 Comments

Color spaces of #bd907f

RGB 189144127
HSL0.050.320.62
HSV16°33°74°
CMYK 0.000.240.33   0.26
XYZ34.790332.297624.4791
Yxy32.29760.37990.3527
Hunter Lab56.83109.818414.2434
CIE-Lab63.588114.613015.6092

#bd907f color RGB value is (189,144,127).

#bd907f hex color red value is 189, green value is 144 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #bd907f hue: 0.05 , saturation: 0.32 and the lightness value of bd907f is 0.62.

The process color (four color CMYK) of #bd907f color hex is 0.00, 0.24, 0.33, 0.26. Web safe color of #bd907f is #cc9966. Color #bd907f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10010000 01111111
Octal 275 220 177
Decimal 189 144 127
Hex BD 90 7F

RGB Percentages of Color #bd907f

%41.09
%31.30
%27.61

CMYK Percentages of Color #bd907f

%0
%24
%33
%26

Triadic Colors of #bd907f

#bd907f #7fbd90 #907fbd

Analogous Colors of #bd907f

#bd907f #bdaf7f #bd7f8d

Monochromatic Colors of #bd907f

#bd907f

Complementary Color

#bd907f #7facbd

#bd907f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd907f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd907f Color CSS Codes

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

#bd907f Text Font Color

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

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


#bd907f Background Color

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

This div background color is #bd907f


#bd907f Border Color

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

This div border color is #bd907f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd907f


Comments

No comments written yet.

Please login to write comment.