Color Hex Logo

#bd748d Color Hex

#BD748D
(189,116,141)
0 Favorites   0 Comments

Color spaces of #bd748d

RGB 189116141
HSL0.940.360.60
HSV339°39°74°
CMYK 0.000.390.25   0.26
XYZ32.039425.232728.3810
Yxy25.23270.37410.2946
Hunter Lab50.232225.94571.6639
CIE-Lab57.301432.0236-1.3755

#bd748d color RGB value is (189,116,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110100 10001101
Octal 275 164 215
Decimal 189 116 141
Hex BD 74 8D

RGB Percentages of Color #bd748d

%42.38
%26.01
%31.61

CMYK Percentages of Color #bd748d

%0
%39
%25
%26

Triadic Colors of #bd748d

#bd748d #8dbd74 #748dbd

Analogous Colors of #bd748d

#bd748d #bd8074 #bd74b2

Monochromatic Colors of #bd748d

#bd748d

Complementary Color

#bd748d #74bda4

#bd748d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd748d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd748d Color CSS Codes

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

#bd748d Text Font Color

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

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


#bd748d Background Color

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

This div background color is #bd748d


#bd748d Border Color

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

This div border color is #bd748d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd748d


Comments

No comments written yet.

Please login to write comment.