Color Hex Logo

#bd788b Color Hex

#BD788B
(189,120,139)
0 Favorites   0 Comments

Color spaces of #bd788b

RGB 189120139
HSL0.950.340.61
HSV343°37°74°
CMYK 0.000.370.26   0.26
XYZ32.362926.115827.7612
Yxy26.11580.37530.3028
Hunter Lab51.103623.60913.5642
CIE-Lab58.146829.54711.0188

#bd788b color RGB value is (189,120,139).

#bd788b hex color red value is 189, green value is 120 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #bd788b hue: 0.95 , saturation: 0.34 and the lightness value of bd788b is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01111000 10001011
Octal 275 170 213
Decimal 189 120 139
Hex BD 78 8B

RGB Percentages of Color #bd788b

%42.19
%26.79
%31.03

CMYK Percentages of Color #bd788b

%0
%37
%26
%26

Triadic Colors of #bd788b

#bd788b #8bbd78 #788bbd

Analogous Colors of #bd788b

#bd788b #bd8878 #bd78ae

Monochromatic Colors of #bd788b

#bd788b

Complementary Color

#bd788b #78bdaa

#bd788b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd788b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd788b Color CSS Codes

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

#bd788b Text Font Color

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

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


#bd788b Background Color

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

This div background color is #bd788b


#bd788b Border Color

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

This div border color is #bd788b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd788b


Comments

No comments written yet.

Please login to write comment.