Color Hex Logo

#bd798d Color Hex

#BD798D
(189,121,141)
0 Favorites   0 Comments

Color spaces of #bd798d

RGB 189121141
HSL0.950.340.61
HSV342°36°74°
CMYK 0.000.360.25   0.26
XYZ32.631426.416628.5784
Yxy26.41660.37240.3015
Hunter Lab51.397123.38263.0108
CIE-Lab58.430429.28770.2754

#bd798d color RGB value is (189,121,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01111001 10001101
Octal 275 171 215
Decimal 189 121 141
Hex BD 79 8D

RGB Percentages of Color #bd798d

%41.91
%26.83
%31.26

CMYK Percentages of Color #bd798d

%0
%36
%25
%26

Triadic Colors of #bd798d

#bd798d #8dbd79 #798dbd

Analogous Colors of #bd798d

#bd798d #bd8779 #bd79af

Monochromatic Colors of #bd798d

#bd798d

Complementary Color

#bd798d #79bda9

#bd798d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd798d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd798d Color CSS Codes

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

#bd798d Text Font Color

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

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


#bd798d Background Color

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

This div background color is #bd798d


#bd798d Border Color

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

This div border color is #bd798d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd798d


Comments

No comments written yet.

Please login to write comment.