Color Hex Logo

#bd63d5 Color Hex

#BD63D5
(189,99,213)
0 Favorites   0 Comments

Color spaces of #bd63d5

RGB 18999213
HSL0.800.580.61
HSV287°54°84°
CMYK 0.110.540.00   0.16
XYZ37.458324.546665.7145
Yxy24.54660.29330.1922
Hunter Lab49.544548.2526-43.9595
CIE-Lab56.631053.5193-43.7912

#bd63d5 color RGB value is (189,99,213).

#bd63d5 hex color red value is 189, green value is 99 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #bd63d5 hue: 0.80 , saturation: 0.58 and the lightness value of bd63d5 is 0.61.

The process color (four color CMYK) of #bd63d5 color hex is 0.11, 0.54, 0.00, 0.16. Web safe color of #bd63d5 is #cc66cc. Color #bd63d5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100011 11010101
Octal 275 143 325
Decimal 189 99 213
Hex BD 63 D5

RGB Percentages of Color #bd63d5

%37.72
%19.76
%42.51

CMYK Percentages of Color #bd63d5

%11
%54
%0
%16

Triadic Colors of #bd63d5

#bd63d5 #d5bd63 #63d5bd

Analogous Colors of #bd63d5

#bd63d5 #d563b4 #8463d5

Monochromatic Colors of #bd63d5

#bd63d5

Complementary Color

#bd63d5 #7bd563

#bd63d5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd63d5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd63d5 Color CSS Codes

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

#bd63d5 Text Font Color

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

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


#bd63d5 Background Color

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

This div background color is #bd63d5


#bd63d5 Border Color

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

This div border color is #bd63d5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd63d5


Comments

No comments written yet.

Please login to write comment.