Color Hex Logo

#bd94ae Color Hex

#BD94AE
(189,148,174)
0 Favorites   0 Comments

Color spaces of #bd94ae

RGB 189148174
HSL0.890.240.66
HSV322°22°74°
CMYK 0.000.220.08   0.26
XYZ39.216235.054644.7437
Yxy35.05460.32950.2945
Hunter Lab59.206914.6188-3.3616
CIE-Lab65.791219.6828-7.6727

#bd94ae color RGB value is (189,148,174).

#bd94ae hex color red value is 189, green value is 148 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #bd94ae hue: 0.89 , saturation: 0.24 and the lightness value of bd94ae is 0.66.

The process color (four color CMYK) of #bd94ae color hex is 0.00, 0.22, 0.08, 0.26. Web safe color of #bd94ae is #cc9999. Color #bd94ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10010100 10101110
Octal 275 224 256
Decimal 189 148 174
Hex BD 94 AE

RGB Percentages of Color #bd94ae

%36.99
%28.96
%34.05

CMYK Percentages of Color #bd94ae

%0
%22
%8
%26

Triadic Colors of #bd94ae

#bd94ae #aebd94 #94aebd

Analogous Colors of #bd94ae

#bd94ae #bd949a #b894bd

Monochromatic Colors of #bd94ae

#bd94ae

Complementary Color

#bd94ae #94bda3

#bd94ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd94ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd94ae Color CSS Codes

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

#bd94ae Text Font Color

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

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


#bd94ae Background Color

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

This div background color is #bd94ae


#bd94ae Border Color

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

This div border color is #bd94ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd94ae


Comments

No comments written yet.

Please login to write comment.