Color Hex Logo

#b63fff Color Hex

#B63FFF
(182,63,255)
0 Favorites   0 Comments

Color spaces of #b63fff

RGB 18263255
HSL0.771.000.62
HSV277°75°100°
CMYK 0.290.750.00   0.00
XYZ39.118920.720196.5453
Yxy20.72010.25010.1325
Hunter Lab45.519373.7424-93.8890
CIE-Lab52.641876.0530-73.7932

#b63fff color RGB value is (182,63,255).

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

The process color (four color CMYK) of #b63fff color hex is 0.29, 0.75, 0.00, 0.00. Web safe color of #b63fff is #cc33ff. Color #b63fff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00111111 11111111
Octal 266 77 377
Decimal 182 63 255
Hex B6 3F FF

RGB Percentages of Color #b63fff

%36.40
%12.60
%51.00

CMYK Percentages of Color #b63fff

%29
%75
%0
%0

Triadic Colors of #b63fff

#b63fff #ffb63f #3fffb6

Analogous Colors of #b63fff

#b63fff #ff3fe8 #563fff

Monochromatic Colors of #b63fff

#b63fff

Complementary Color

#b63fff #88ff3f

#b63fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b63fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b63fff Color CSS Codes

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

#b63fff Text Font Color

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

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


#b63fff Background Color

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

This div background color is #b63fff


#b63fff Border Color

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

This div border color is #b63fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b63fff

Related Colors


Comments

No comments written yet.

Please login to write comment.