Color Hex Logo

#bd788c Color Hex

#BD788C
(189,120,140)
0 Favorites   0 Comments

Color spaces of #bd788c

RGB 189120140
HSL0.950.340.61
HSV343°37°74°
CMYK 0.000.370.26   0.26
XYZ32.436426.145228.1479
Yxy26.14520.37400.3015
Hunter Lab51.132423.75183.1541
CIE-Lab58.174629.69140.4807

#bd788c color RGB value is (189,120,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01111000 10001100
Octal 275 170 214
Decimal 189 120 140
Hex BD 78 8C

RGB Percentages of Color #bd788c

%42.09
%26.73
%31.18

CMYK Percentages of Color #bd788c

%0
%37
%26
%26

Triadic Colors of #bd788c

#bd788c #8cbd78 #788cbd

Analogous Colors of #bd788c

#bd788c #bd8778 #bd78af

Monochromatic Colors of #bd788c

#bd788c

Complementary Color

#bd788c #78bda9

#bd788c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd788c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd788c Color CSS Codes

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

#bd788c Text Font Color

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

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


#bd788c Background Color

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

This div background color is #bd788c


#bd788c Border Color

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

This div border color is #bd788c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd788c


Comments

No comments written yet.

Please login to write comment.