Color Hex Logo

#b463fa Color Hex

#B463FA
(180,99,250)
0 Favorites   0 Comments

Color spaces of #b463fa

RGB 18099250
HSL0.760.940.68
HSV272°60°98°
CMYK 0.280.600.00   0.02
XYZ40.539525.529193.2334
Yxy25.52910.25450.1603
Hunter Lab50.526354.7973-74.0361
CIE-Lab57.587359.1846-63.0437

#b463fa color RGB value is (180,99,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01100011 11111010
Octal 264 143 372
Decimal 180 99 250
Hex B4 63 FA

RGB Percentages of Color #b463fa

%34.03
%18.71
%47.26

CMYK Percentages of Color #b463fa

%28
%60
%0
%2

Triadic Colors of #b463fa

#b463fa #fab463 #63fab4

Analogous Colors of #b463fa

#b463fa #fa63f5 #6963fa

Monochromatic Colors of #b463fa

#b463fa

Complementary Color

#b463fa #a9fa63

#b463fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b463fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b463fa Color CSS Codes

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

#b463fa Text Font Color

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

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


#b463fa Background Color

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

This div background color is #b463fa


#b463fa Border Color

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

This div border color is #b463fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b463fa


Comments

No comments written yet.

Please login to write comment.