Color Hex Logo

#b263fa Color Hex

#B263FA
(178,99,250)
0 Favorites   0 Comments

Color spaces of #b263fa

RGB 17899250
HSL0.750.940.68
HSV271°60°98°
CMYK 0.290.600.00   0.02
XYZ40.077325.290893.2118
Yxy25.29080.25270.1595
Hunter Lab50.290054.2436-74.6903
CIE-Lab57.357758.7388-63.4250

#b263fa color RGB value is (178,99,250).

#b263fa hex color red value is 178, green value is 99 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b263fa hue: 0.75 , saturation: 0.94 and the lightness value of b263fa is 0.68.

The process color (four color CMYK) of #b263fa color hex is 0.29, 0.60, 0.00, 0.02. Web safe color of #b263fa is #9966ff. Color #b263fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01100011 11111010
Octal 262 143 372
Decimal 178 99 250
Hex B2 63 FA

RGB Percentages of Color #b263fa

%33.78
%18.79
%47.44

CMYK Percentages of Color #b263fa

%29
%60
%0
%2

Triadic Colors of #b263fa

#b263fa #fab263 #63fab2

Analogous Colors of #b263fa

#b263fa #fa63f7 #6763fa

Monochromatic Colors of #b263fa

#b263fa

Complementary Color

#b263fa #abfa63

#b263fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b263fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b263fa Color CSS Codes

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

#b263fa Text Font Color

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

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


#b263fa Background Color

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

This div background color is #b263fa


#b263fa Border Color

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

This div border color is #b263fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,99,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b263fa


Comments

No comments written yet.

Please login to write comment.