Color Hex Logo

#bd59ae Color Hex

#BD59AE
(189,89,174)
0 Favorites   0 Comments

Color spaces of #bd59ae

RGB 18989174
HSL0.860.430.55
HSV309°53°74°
CMYK 0.000.530.08   0.26
XYZ32.198621.019642.4045
Yxy21.01960.33670.2198
Hunter Lab45.847145.1287-22.7449
CIE-Lab52.970951.2650-27.1388

#bd59ae color RGB value is (189,89,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01011001 10101110
Octal 275 131 256
Decimal 189 89 174
Hex BD 59 AE

RGB Percentages of Color #bd59ae

%41.81
%19.69
%38.50

CMYK Percentages of Color #bd59ae

%0
%53
%8
%26

Triadic Colors of #bd59ae

#bd59ae #aebd59 #59aebd

Analogous Colors of #bd59ae

#bd59ae #bd597c #9a59bd

Monochromatic Colors of #bd59ae

#bd59ae

Complementary Color

#bd59ae #59bd68

#bd59ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd59ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd59ae Color CSS Codes

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

#bd59ae Text Font Color

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

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


#bd59ae Background Color

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

This div background color is #bd59ae


#bd59ae Border Color

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

This div border color is #bd59ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd59ae


Comments

No comments written yet.

Please login to write comment.