Color Hex Logo

#bd788d Color Hex

#BD788D
(189,120,141)
0 Favorites   0 Comments

Color spaces of #bd788d

RGB 189120141
HSL0.950.340.61
HSV342°37°74°
CMYK 0.000.370.25   0.26
XYZ32.510526.174828.5381
Yxy26.17480.37270.3001
Hunter Lab51.161323.89572.7406
CIE-Lab58.202629.8366-0.0571

#bd788d color RGB value is (189,120,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01111000 10001101
Octal 275 170 215
Decimal 189 120 141
Hex BD 78 8D

RGB Percentages of Color #bd788d

%42.00
%26.67
%31.33

CMYK Percentages of Color #bd788d

%0
%37
%25
%26

Triadic Colors of #bd788d

#bd788d #8dbd78 #788dbd

Analogous Colors of #bd788d

#bd788d #bd8678 #bd78b0

Monochromatic Colors of #bd788d

#bd788d

Complementary Color

#bd788d #78bda8

#bd788d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd788d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd788d Color CSS Codes

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

#bd788d Text Font Color

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

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


#bd788d Background Color

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

This div background color is #bd788d


#bd788d Border Color

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

This div border color is #bd788d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd788d


Comments

No comments written yet.

Please login to write comment.