Color Hex Logo

#bd63dc Color Hex

#BD63DC
(189,99,220)
0 Favorites   0 Comments

Color spaces of #bd63dc

RGB 18999220
HSL0.790.630.63
HSV285°55°86°
CMYK 0.140.550.00   0.14
XYZ38.366424.909870.4961
Yxy24.90980.28680.1862
Hunter Lab49.909749.8738-48.8087
CIE-Lab56.987454.9215-47.1804

#bd63dc color RGB value is (189,99,220).

#bd63dc hex color red value is 189, green value is 99 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #bd63dc hue: 0.79 , saturation: 0.63 and the lightness value of bd63dc is 0.63.

The process color (four color CMYK) of #bd63dc color hex is 0.14, 0.55, 0.00, 0.14. Web safe color of #bd63dc is #cc66cc. Color #bd63dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100011 11011100
Octal 275 143 334
Decimal 189 99 220
Hex BD 63 DC

RGB Percentages of Color #bd63dc

%37.20
%19.49
%43.31

CMYK Percentages of Color #bd63dc

%14
%55
%0
%14

Triadic Colors of #bd63dc

#bd63dc #dcbd63 #63dcbd

Analogous Colors of #bd63dc

#bd63dc #dc63bf #8163dc

Monochromatic Colors of #bd63dc

#bd63dc

Complementary Color

#bd63dc #82dc63

#bd63dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd63dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd63dc Color CSS Codes

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

#bd63dc Text Font Color

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

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


#bd63dc Background Color

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

This div background color is #bd63dc


#bd63dc Border Color

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

This div border color is #bd63dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd63dc


Comments

No comments written yet.

Please login to write comment.