Color Hex Logo

#bd63d2 Color Hex

#BD63D2
(189,99,210)
0 Favorites   0 Comments

Color spaces of #bd63d2

RGB 18999210
HSL0.800.550.61
HSV289°53°82°
CMYK 0.100.530.00   0.18
XYZ37.081024.395663.7272
Yxy24.39560.29620.1948
Hunter Lab49.391947.5732-41.9237
CIE-Lab56.481752.9276-42.3273

#bd63d2 color RGB value is (189,99,210).

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

The process color (four color CMYK) of #bd63d2 color hex is 0.10, 0.53, 0.00, 0.18. Web safe color of #bd63d2 is #cc66cc. Color #bd63d2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100011 11010010
Octal 275 143 322
Decimal 189 99 210
Hex BD 63 D2

RGB Percentages of Color #bd63d2

%37.95
%19.88
%42.17

CMYK Percentages of Color #bd63d2

%10
%53
%0
%18

Triadic Colors of #bd63d2

#bd63d2 #d2bd63 #63d2bd

Analogous Colors of #bd63d2

#bd63d2 #d263b0 #8663d2

Monochromatic Colors of #bd63d2

#bd63d2

Complementary Color

#bd63d2 #78d263

#bd63d2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd63d2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd63d2 Color CSS Codes

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

#bd63d2 Text Font Color

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

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


#bd63d2 Background Color

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

This div background color is #bd63d2


#bd63d2 Border Color

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

This div border color is #bd63d2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd63d2


Comments

No comments written yet.

Please login to write comment.