Color Hex Logo

#bd799b Color Hex

#BD799B
(189,121,155)
0 Favorites   0 Comments

Color spaces of #bd799b

RGB 189121155
HSL0.920.340.61
HSV330°36°74°
CMYK 0.000.360.18   0.26
XYZ33.740026.860134.4166
Yxy26.86010.35510.2827
Hunter Lab51.826725.5095-3.0940
CIE-Lab58.844631.4230-7.1959

#bd799b color RGB value is (189,121,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01111001 10011011
Octal 275 171 233
Decimal 189 121 155
Hex BD 79 9B

RGB Percentages of Color #bd799b

%40.65
%26.02
%33.33

CMYK Percentages of Color #bd799b

%0
%36
%18
%26

Triadic Colors of #bd799b

#bd799b #9bbd79 #799bbd

Analogous Colors of #bd799b

#bd799b #bd7979 #bd79bd

Monochromatic Colors of #bd799b

#bd799b

Complementary Color

#bd799b #79bd9b

#bd799b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd799b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd799b Color CSS Codes

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

#bd799b Text Font Color

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

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


#bd799b Background Color

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

This div background color is #bd799b


#bd799b Border Color

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

This div border color is #bd799b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd799b


Comments

No comments written yet.

Please login to write comment.