Color Hex Logo

#bd5dae Color Hex

#BD5DAE
(189,93,174)
0 Favorites   0 Comments

Color spaces of #bd5dae

RGB 18993174
HSL0.860.420.55
HSV309°51°74°
CMYK 0.000.510.08   0.26
XYZ32.540621.703542.5185
Yxy21.70350.33630.2243
Hunter Lab46.587043.1533-21.5012
CIE-Lab53.711049.3049-25.9936

#bd5dae color RGB value is (189,93,174).

#bd5dae hex color red value is 189, green value is 93 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #bd5dae hue: 0.86 , saturation: 0.42 and the lightness value of bd5dae is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01011101 10101110
Octal 275 135 256
Decimal 189 93 174
Hex BD 5D AE

RGB Percentages of Color #bd5dae

%41.45
%20.39
%38.16

CMYK Percentages of Color #bd5dae

%0
%51
%8
%26

Triadic Colors of #bd5dae

#bd5dae #aebd5d #5daebd

Analogous Colors of #bd5dae

#bd5dae #bd5d7e #9c5dbd

Monochromatic Colors of #bd5dae

#bd5dae

Complementary Color

#bd5dae #5dbd6c

#bd5dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd5dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd5dae Color CSS Codes

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

#bd5dae Text Font Color

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

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


#bd5dae Background Color

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

This div background color is #bd5dae


#bd5dae Border Color

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

This div border color is #bd5dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd5dae


Comments

No comments written yet.

Please login to write comment.