Color Hex Logo

#bd48ad Color Hex

#BD48AD
(189,72,173)
0 Favorites   0 Comments

Color spaces of #bd48ad

RGB 18972173
HSL0.860.470.51
HSV308°62°74°
CMYK 0.000.620.08   0.26
XYZ30.846518.470741.4746
Yxy18.47070.33970.2034
Hunter Lab42.977652.9050-27.1323
CIE-Lab50.062158.8543-31.0785

#bd48ad color RGB value is (189,72,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01001000 10101101
Octal 275 110 255
Decimal 189 72 173
Hex BD 48 AD

RGB Percentages of Color #bd48ad

%43.55
%16.59
%39.86

CMYK Percentages of Color #bd48ad

%0
%62
%8
%26

Triadic Colors of #bd48ad

#bd48ad #adbd48 #48adbd

Analogous Colors of #bd48ad

#bd48ad #bd4873 #9348bd

Monochromatic Colors of #bd48ad

#bd48ad

Complementary Color

#bd48ad #48bd58

#bd48ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd48ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd48ad Color CSS Codes

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

#bd48ad Text Font Color

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

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


#bd48ad Background Color

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

This div background color is #bd48ad


#bd48ad Border Color

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

This div border color is #bd48ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd48ad


Comments

No comments written yet.

Please login to write comment.