Color Hex Logo

#b461fb Color Hex

#B461FB
(180,97,251)
0 Favorites   0 Comments

Color spaces of #b461fb

RGB 18097251
HSL0.760.950.68
HSV272°61°98°
CMYK 0.280.610.00   0.02
XYZ40.509725.217793.9992
Yxy25.21770.25360.1579
Hunter Lab50.217256.1139-75.8300
CIE-Lab57.286960.3873-64.0802

#b461fb color RGB value is (180,97,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01100001 11111011
Octal 264 141 373
Decimal 180 97 251
Hex B4 61 FB

RGB Percentages of Color #b461fb

%34.09
%18.37
%47.54

CMYK Percentages of Color #b461fb

%28
%61
%0
%2

Triadic Colors of #b461fb

#b461fb #fbb461 #61fbb4

Analogous Colors of #b461fb

#b461fb #fb61f5 #6761fb

Monochromatic Colors of #b461fb

#b461fb

Complementary Color

#b461fb #a8fb61

#b461fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b461fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b461fb Color CSS Codes

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

#b461fb Text Font Color

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

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


#b461fb Background Color

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

This div background color is #b461fb


#b461fb Border Color

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

This div border color is #b461fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,97,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b461fb

Related Colors


Comments

No comments written yet.

Please login to write comment.