Color Hex Logo

#bd748c Color Hex

#BD748C
(189,116,140)
0 Favorites   0 Comments

Color spaces of #bd748c

RGB 189116140
HSL0.950.360.60
HSV340°39°74°
CMYK 0.000.390.26   0.26
XYZ31.965325.203027.9909
Yxy25.20300.37540.2960
Hunter Lab50.202625.80112.0841
CIE-Lab57.272731.8792-0.8371

#bd748c color RGB value is (189,116,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110100 10001100
Octal 275 164 214
Decimal 189 116 140
Hex BD 74 8C

RGB Percentages of Color #bd748c

%42.47
%26.07
%31.46

CMYK Percentages of Color #bd748c

%0
%39
%26
%26

Triadic Colors of #bd748c

#bd748c #8cbd74 #748cbd

Analogous Colors of #bd748c

#bd748c #bd8174 #bd74b1

Monochromatic Colors of #bd748c

#bd748c

Complementary Color

#bd748c #74bda5

#bd748c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd748c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd748c Color CSS Codes

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

#bd748c Text Font Color

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

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


#bd748c Background Color

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

This div background color is #bd748c


#bd748c Border Color

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

This div border color is #bd748c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd748c


Comments

No comments written yet.

Please login to write comment.