Color Hex Logo

#b663ff Color Hex

#B663FF
(182,99,255)
0 Favorites   0 Comments

Color spaces of #b663ff

RGB 18299255
HSL0.761.000.69
HSV272°61°100°
CMYK 0.290.610.00   0.00
XYZ41.803226.088897.4401
Yxy26.08880.25280.1578
Hunter Lab51.077256.7050-77.3536
CIE-Lab58.121260.7541-64.9377

#b663ff color RGB value is (182,99,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01100011 11111111
Octal 266 143 377
Decimal 182 99 255
Hex B6 63 FF

RGB Percentages of Color #b663ff

%33.96
%18.47
%47.57

CMYK Percentages of Color #b663ff

%29
%61
%0
%0

Triadic Colors of #b663ff

#b663ff #ffb663 #63ffb6

Analogous Colors of #b663ff

#b663ff #ff63fa #6863ff

Monochromatic Colors of #b663ff

#b663ff

Complementary Color

#b663ff #acff63

#b663ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b663ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b663ff Color CSS Codes

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

#b663ff Text Font Color

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

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


#b663ff Background Color

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

This div background color is #b663ff


#b663ff Border Color

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

This div border color is #b663ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,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 #b663ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b663ff

Related Colors


Comments

No comments written yet.

Please login to write comment.