Color Hex Logo

#bd848c Color Hex

#BD848C
(189,132,140)
0 Favorites   0 Comments

Color spaces of #bd848c

RGB 189132140
HSL0.980.300.63
HSV352°30°74°
CMYK 0.000.300.26   0.26
XYZ33.971229.214828.6595
Yxy29.21480.36990.3181
Hunter Lab54.050717.59966.3980
CIE-Lab60.970723.06544.5343

#bd848c color RGB value is (189,132,140).

#bd848c hex color red value is 189, green value is 132 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #bd848c hue: 0.98 , saturation: 0.30 and the lightness value of bd848c is 0.63.

The process color (four color CMYK) of #bd848c color hex is 0.00, 0.30, 0.26, 0.26. Web safe color of #bd848c is #cc9999. Color #bd848c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000100 10001100
Octal 275 204 214
Decimal 189 132 140
Hex BD 84 8C

RGB Percentages of Color #bd848c

%41.00
%28.63
%30.37

CMYK Percentages of Color #bd848c

%0
%30
%26
%26

Triadic Colors of #bd848c

#bd848c #8cbd84 #848cbd

Analogous Colors of #bd848c

#bd848c #bd9984 #bd84a9

Monochromatic Colors of #bd848c

#bd848c

Complementary Color

#bd848c #84bdb5

#bd848c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd848c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd848c Color CSS Codes

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

#bd848c Text Font Color

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

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


#bd848c Background Color

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

This div background color is #bd848c


#bd848c Border Color

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

This div border color is #bd848c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd848c


Comments

No comments written yet.

Please login to write comment.