Color Hex Logo

#bd45ad Color Hex

#BD45AD
(189,69,173)
0 Favorites   0 Comments

Color spaces of #bd45ad

RGB 18969173
HSL0.860.480.51
HSV308°63°74°
CMYK 0.000.630.08   0.26
XYZ30.657218.092241.4115
Yxy18.09220.34000.2007
Hunter Lab42.534954.2184-27.9496
CIE-Lab49.607760.1084-31.7883

#bd45ad color RGB value is (189,69,173).

#bd45ad hex color red value is 189, green value is 69 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #bd45ad hue: 0.86 , saturation: 0.48 and the lightness value of bd45ad is 0.51.

The process color (four color CMYK) of #bd45ad color hex is 0.00, 0.63, 0.08, 0.26. Web safe color of #bd45ad is #cc3399. Color #bd45ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01000101 10101101
Octal 275 105 255
Decimal 189 69 173
Hex BD 45 AD

RGB Percentages of Color #bd45ad

%43.85
%16.01
%40.14

CMYK Percentages of Color #bd45ad

%0
%63
%8
%26

Triadic Colors of #bd45ad

#bd45ad #adbd45 #45adbd

Analogous Colors of #bd45ad

#bd45ad #bd4571 #9145bd

Monochromatic Colors of #bd45ad

#bd45ad

Complementary Color

#bd45ad #45bd55

#bd45ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd45ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd45ad Color CSS Codes

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

#bd45ad Text Font Color

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

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


#bd45ad Background Color

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

This div background color is #bd45ad


#bd45ad Border Color

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

This div border color is #bd45ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd45ad


Comments

No comments written yet.

Please login to write comment.