Color Hex Logo

#bd7dae Color Hex

#BD7DAE
(189,125,174)
0 Favorites   0 Comments

Color spaces of #bd7dae

RGB 189125174
HSL0.870.330.62
HSV314°34°74°
CMYK 0.000.340.08   0.26
XYZ35.959928.542043.6583
Yxy28.54200.33250.2639
Hunter Lab53.424726.6542-11.0541
CIE-Lab60.375332.4253-15.7982

#bd7dae color RGB value is (189,125,174).

#bd7dae hex color red value is 189, green value is 125 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #bd7dae hue: 0.87 , saturation: 0.33 and the lightness value of bd7dae is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01111101 10101110
Octal 275 175 256
Decimal 189 125 174
Hex BD 7D AE

RGB Percentages of Color #bd7dae

%38.73
%25.61
%35.66

CMYK Percentages of Color #bd7dae

%0
%34
%8
%26

Triadic Colors of #bd7dae

#bd7dae #aebd7d #7daebd

Analogous Colors of #bd7dae

#bd7dae #bd7d8e #ac7dbd

Monochromatic Colors of #bd7dae

#bd7dae

Complementary Color

#bd7dae #7dbd8c

#bd7dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd7dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd7dae Color CSS Codes

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

#bd7dae Text Font Color

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

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


#bd7dae Background Color

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

This div background color is #bd7dae


#bd7dae Border Color

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

This div border color is #bd7dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd7dae


Comments

No comments written yet.

Please login to write comment.