Color Hex Logo

#b763fe Color Hex

#B763FE
(183,99,254)
0 Favorites   0 Comments

Color spaces of #b763fe

RGB 18399254
HSL0.760.990.69
HSV273°61°100°
CMYK 0.280.610.00   0.00
XYZ41.879726.146796.6055
Yxy26.14670.25440.1588
Hunter Lab51.133856.7110-76.2210
CIE-Lab58.176060.7498-64.2913

#b763fe color RGB value is (183,99,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01100011 11111110
Octal 267 143 376
Decimal 183 99 254
Hex B7 63 FE

RGB Percentages of Color #b763fe

%34.14
%18.47
%47.39

CMYK Percentages of Color #b763fe

%28
%61
%0
%0

Triadic Colors of #b763fe

#b763fe #feb763 #63feb7

Analogous Colors of #b763fe

#b763fe #fe63f8 #6a63fe

Monochromatic Colors of #b763fe

#b763fe

Complementary Color

#b763fe #aafe63

#b763fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b763fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b763fe Color CSS Codes

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

#b763fe Text Font Color

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

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


#b763fe Background Color

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

This div background color is #b763fe


#b763fe Border Color

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

This div border color is #b763fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b763fe

Related Colors


Comments

No comments written yet.

Please login to write comment.