Color Hex Logo

#b63cfe Color Hex

#B63CFE
(182,60,254)
0 Favorites   0 Comments

Color spaces of #b63cfe

RGB 18260254
HSL0.770.990.62
HSV278°76°100°
CMYK 0.280.760.00   0.00
XYZ38.796720.332695.6457
Yxy20.33260.25070.1314
Hunter Lab45.091774.6702-94.1981
CIE-Lab52.211276.8851-73.9370

#b63cfe color RGB value is (182,60,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 00111100 11111110
Octal 266 74 376
Decimal 182 60 254
Hex B6 3C FE

RGB Percentages of Color #b63cfe

%36.69
%12.10
%51.21

CMYK Percentages of Color #b63cfe

%28
%76
%0
%0

Triadic Colors of #b63cfe

#b63cfe #feb63c #3cfeb6

Analogous Colors of #b63cfe

#b63cfe #fe3ce5 #553cfe

Monochromatic Colors of #b63cfe

#b63cfe

Complementary Color

#b63cfe #84fe3c

#b63cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b63cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b63cfe Color CSS Codes

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

#b63cfe Text Font Color

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

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


#b63cfe Background Color

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

This div background color is #b63cfe


#b63cfe Border Color

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

This div border color is #b63cfe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,60,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b63cfe


Comments

No comments written yet.

Please login to write comment.