Color Hex Logo

#b481fb Color Hex

#B481FB
(180,129,251)
0 Favorites   0 Comments

Color spaces of #b481fb

RGB 180129251
HSL0.740.940.75
HSV265°49°98°
CMYK 0.280.490.00   0.02
XYZ44.085232.368895.1911
Yxy32.36880.25680.1886
Hunter Lab56.893638.7507-59.3751
CIE-Lab63.646543.7351-53.9169

#b481fb color RGB value is (180,129,251).

#b481fb hex color red value is 180, green value is 129 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #b481fb hue: 0.74 , saturation: 0.94 and the lightness value of b481fb is 0.75.

The process color (four color CMYK) of #b481fb color hex is 0.28, 0.49, 0.00, 0.02. Web safe color of #b481fb is #cc99ff. Color #b481fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10000001 11111011
Octal 264 201 373
Decimal 180 129 251
Hex B4 81 FB

RGB Percentages of Color #b481fb

%32.14
%23.04
%44.82

CMYK Percentages of Color #b481fb

%28
%49
%0
%2

Triadic Colors of #b481fb

#b481fb #fbb481 #81fbb4

Analogous Colors of #b481fb

#b481fb #f181fb #818bfb

Monochromatic Colors of #b481fb

#b481fb

Complementary Color

#b481fb #c8fb81

#b481fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b481fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b481fb Color CSS Codes

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

#b481fb Text Font Color

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

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


#b481fb Background Color

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

This div background color is #b481fb


#b481fb Border Color

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

This div border color is #b481fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b481fb

Related Colors


Comments

No comments written yet.

Please login to write comment.