Color Hex Logo

#bd63ff Color Hex

#BD63FF
(189,99,255)
0 Favorites   0 Comments

Color spaces of #bd63ff

RGB 18999255
HSL0.761.000.69
HSV275°61°100°
CMYK 0.260.610.00   0.00
XYZ43.498126.962597.5194
Yxy26.96250.25890.1605
Hunter Lab51.925458.6605-75.0028
CIE-Lab58.939662.2977-63.5790

#bd63ff color RGB value is (189,99,255).

#bd63ff hex color red value is 189, green value is 99 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #bd63ff hue: 0.76 , saturation: 1.00 and the lightness value of bd63ff is 0.69.

The process color (four color CMYK) of #bd63ff color hex is 0.26, 0.61, 0.00, 0.00. Web safe color of #bd63ff is #cc66ff. Color #bd63ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100011 11111111
Octal 275 143 377
Decimal 189 99 255
Hex BD 63 FF

RGB Percentages of Color #bd63ff

%34.81
%18.23
%46.96

CMYK Percentages of Color #bd63ff

%26
%61
%0
%0

Triadic Colors of #bd63ff

#bd63ff #ffbd63 #63ffbd

Analogous Colors of #bd63ff

#bd63ff #ff63f3 #6f63ff

Monochromatic Colors of #bd63ff

#bd63ff

Complementary Color

#bd63ff #a5ff63

#bd63ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd63ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd63ff Color CSS Codes

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

#bd63ff Text Font Color

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

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


#bd63ff Background Color

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

This div background color is #bd63ff


#bd63ff Border Color

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

This div border color is #bd63ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd63ff

Related Colors


Comments

No comments written yet.

Please login to write comment.