Color Hex Logo

#b63dff Color Hex

#B63DFF
(182,61,255)
0 Favorites   0 Comments

Color spaces of #b63dff

RGB 18261255
HSL0.771.000.62
HSV277°76°100°
CMYK 0.290.760.00   0.00
XYZ39.010120.502696.5091
Yxy20.50260.25000.1314
Hunter Lab45.279874.5442-94.6745
CIE-Lab52.400876.7467-74.1848

#b63dff color RGB value is (182,61,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 00111101 11111111
Octal 266 75 377
Decimal 182 61 255
Hex B6 3D FF

RGB Percentages of Color #b63dff

%36.55
%12.25
%51.20

CMYK Percentages of Color #b63dff

%29
%76
%0
%0

Triadic Colors of #b63dff

#b63dff #ffb63d #3dffb6

Analogous Colors of #b63dff

#b63dff #ff3de7 #553dff

Monochromatic Colors of #b63dff

#b63dff

Complementary Color

#b63dff #86ff3d

#b63dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b63dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b63dff Color CSS Codes

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

#b63dff Text Font Color

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

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


#b63dff Background Color

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

This div background color is #b63dff


#b63dff Border Color

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

This div border color is #b63dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b63dff


Comments

No comments written yet.

Please login to write comment.