Color Hex Logo

#bd63bd Color Hex

#BD63BD
(189,99,189)
0 Favorites   0 Comments

Color spaces of #bd63bd

RGB 18999189
HSL0.830.410.56
HSV300°48°74°
CMYK 0.000.480.00   0.26
XYZ34.633423.416650.8386
Yxy23.41660.31810.2151
Hunter Lab48.390743.0694-28.4158
CIE-Lab55.498948.9418-31.8842

#bd63bd color RGB value is (189,99,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100011 10111101
Octal 275 143 275
Decimal 189 99 189
Hex BD 63 BD

RGB Percentages of Color #bd63bd

%39.62
%20.75
%39.62

CMYK Percentages of Color #bd63bd

%0
%48
%0
%26

Triadic Colors of #bd63bd

#bd63bd #bdbd63 #63bdbd

Analogous Colors of #bd63bd

#bd63bd #bd6390 #9063bd

Monochromatic Colors of #bd63bd

#bd63bd

Complementary Color

#bd63bd #63bd63

#bd63bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd63bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd63bd Color CSS Codes

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

#bd63bd Text Font Color

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

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


#bd63bd Background Color

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

This div background color is #bd63bd


#bd63bd Border Color

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

This div border color is #bd63bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,99,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bd63bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd63bd


Comments

No comments written yet.

Please login to write comment.