Color Hex Logo

#bd63ad Color Hex

#BD63AD
(189,99,173)
0 Favorites   0 Comments

Color spaces of #bd63ad

RGB 18999173
HSL0.860.410.56
HSV311°48°74°
CMYK 0.000.480.08   0.26
XYZ32.990922.759642.1894
Yxy22.75960.33680.2324
Hunter Lab47.707039.9511-19.0378
CIE-Lab54.823846.1141-23.6967

#bd63ad color RGB value is (189,99,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100011 10101101
Octal 275 143 255
Decimal 189 99 173
Hex BD 63 AD

RGB Percentages of Color #bd63ad

%41.00
%21.48
%37.53

CMYK Percentages of Color #bd63ad

%0
%48
%8
%26

Triadic Colors of #bd63ad

#bd63ad #adbd63 #63adbd

Analogous Colors of #bd63ad

#bd63ad #bd6380 #a063bd

Monochromatic Colors of #bd63ad

#bd63ad

Complementary Color

#bd63ad #63bd73

#bd63ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd63ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd63ad Color CSS Codes

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

#bd63ad Text Font Color

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

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


#bd63ad Background Color

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

This div background color is #bd63ad


#bd63ad Border Color

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

This div border color is #bd63ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd63ad


Comments

No comments written yet.

Please login to write comment.