Color Hex Logo

#bd757f Color Hex

#BD757F
(189,117,127)
0 Favorites   0 Comments

Color spaces of #bd757f

RGB 189117127
HSL0.980.350.60
HSV352°38°74°
CMYK 0.000.380.33   0.26
XYZ31.178325.073723.2751
Yxy25.07370.39200.3153
Hunter Lab50.073623.51397.4925
CIE-Lab57.147229.54296.5316

#bd757f color RGB value is (189,117,127).

#bd757f hex color red value is 189, green value is 117 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #bd757f hue: 0.98 , saturation: 0.35 and the lightness value of bd757f is 0.60.

The process color (four color CMYK) of #bd757f color hex is 0.00, 0.38, 0.33, 0.26. Web safe color of #bd757f is #cc6666. Color #bd757f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110101 01111111
Octal 275 165 177
Decimal 189 117 127
Hex BD 75 7F

RGB Percentages of Color #bd757f

%43.65
%27.02
%29.33

CMYK Percentages of Color #bd757f

%0
%38
%33
%26

Triadic Colors of #bd757f

#bd757f #7fbd75 #757fbd

Analogous Colors of #bd757f

#bd757f #bd8f75 #bd75a3

Monochromatic Colors of #bd757f

#bd757f

Complementary Color

#bd757f #75bdb3

#bd757f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd757f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd757f Color CSS Codes

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

#bd757f Text Font Color

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

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


#bd757f Background Color

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

This div background color is #bd757f


#bd757f Border Color

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

This div border color is #bd757f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd757f


Comments

No comments written yet.

Please login to write comment.