Color Hex Logo

#bd79ad Color Hex

#BD79AD
(189,121,173)
0 Favorites   0 Comments

Color spaces of #bd79ad

RGB 189121173
HSL0.870.340.61
HSV314°36°74°
CMYK 0.000.360.08   0.26
XYZ35.366527.510742.9812
Yxy27.51070.33410.2599
Hunter Lab52.450628.5706-11.8703
CIE-Lab59.444134.4389-16.6373

#bd79ad color RGB value is (189,121,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01111001 10101101
Octal 275 171 255
Decimal 189 121 173
Hex BD 79 AD

RGB Percentages of Color #bd79ad

%39.13
%25.05
%35.82

CMYK Percentages of Color #bd79ad

%0
%36
%8
%26

Triadic Colors of #bd79ad

#bd79ad #adbd79 #79adbd

Analogous Colors of #bd79ad

#bd79ad #bd798b #ab79bd

Monochromatic Colors of #bd79ad

#bd79ad

Complementary Color

#bd79ad #79bd89

#bd79ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd79ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd79ad Color CSS Codes

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

#bd79ad Text Font Color

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

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


#bd79ad Background Color

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

This div background color is #bd79ad


#bd79ad Border Color

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

This div border color is #bd79ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd79ad


Comments

No comments written yet.

Please login to write comment.