Color Hex Logo

#bd747c Color Hex

#BD747C
(189,116,124)
0 Favorites   0 Comments

Color spaces of #bd747c

RGB 189116124
HSL0.980.360.60
HSV353°39°74°
CMYK 0.000.390.34   0.26
XYZ30.869724.764822.2219
Yxy24.76480.39650.3181
Hunter Lab49.764223.63958.3594
CIE-Lab56.845529.70157.8432

#bd747c color RGB value is (189,116,124).

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

The process color (four color CMYK) of #bd747c color hex is 0.00, 0.39, 0.34, 0.26. Web safe color of #bd747c is #cc6666. Color #bd747c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110100 01111100
Octal 275 164 174
Decimal 189 116 124
Hex BD 74 7C

RGB Percentages of Color #bd747c

%44.06
%27.04
%28.90

CMYK Percentages of Color #bd747c

%0
%39
%34
%26

Triadic Colors of #bd747c

#bd747c #7cbd74 #747cbd

Analogous Colors of #bd747c

#bd747c #bd9174 #bd74a1

Monochromatic Colors of #bd747c

#bd747c

Complementary Color

#bd747c #74bdb5

#bd747c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd747c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd747c Color CSS Codes

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

#bd747c Text Font Color

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

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


#bd747c Background Color

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

This div background color is #bd747c


#bd747c Border Color

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

This div border color is #bd747c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd747c


Comments

No comments written yet.

Please login to write comment.