Color Hex Logo

#bd799e Color Hex

#BD799E
(189,121,158)
0 Favorites   0 Comments

Color spaces of #bd799e

RGB 189121158
HSL0.910.340.61
HSV327°36°74°
CMYK 0.000.360.16   0.26
XYZ33.995226.962235.7602
Yxy26.96220.35150.2788
Hunter Lab51.925125.9943-4.4847
CIE-Lab58.939331.9051-8.7829

#bd799e color RGB value is (189,121,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01111001 10011110
Octal 275 171 236
Decimal 189 121 158
Hex BD 79 9E

RGB Percentages of Color #bd799e

%40.38
%25.85
%33.76

CMYK Percentages of Color #bd799e

%0
%36
%16
%26

Triadic Colors of #bd799e

#bd799e #9ebd79 #799ebd

Analogous Colors of #bd799e

#bd799e #bd797c #ba79bd

Monochromatic Colors of #bd799e

#bd799e

Complementary Color

#bd799e #79bd98

#bd799e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd799e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd799e Color CSS Codes

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

#bd799e Text Font Color

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

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


#bd799e Background Color

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

This div background color is #bd799e


#bd799e Border Color

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

This div border color is #bd799e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd799e


Comments

No comments written yet.

Please login to write comment.