Color Hex Logo

#b881fb Color Hex

#B881FB
(184,129,251)
0 Favorites   0 Comments

Color spaces of #b881fb

RGB 184129251
HSL0.740.940.75
HSV267°49°98°
CMYK 0.270.490.00   0.02
XYZ45.030032.855995.2353
Yxy32.85590.26010.1898
Hunter Lab57.320139.9175-58.3842
CIE-Lab64.044144.7670-53.2611

#b881fb color RGB value is (184,129,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10000001 11111011
Octal 270 201 373
Decimal 184 129 251
Hex B8 81 FB

RGB Percentages of Color #b881fb

%32.62
%22.87
%44.50

CMYK Percentages of Color #b881fb

%27
%49
%0
%2

Triadic Colors of #b881fb

#b881fb #fbb881 #81fbb8

Analogous Colors of #b881fb

#b881fb #f581fb #8187fb

Monochromatic Colors of #b881fb

#b881fb

Complementary Color

#b881fb #c4fb81

#b881fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b881fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b881fb Color CSS Codes

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

#b881fb Text Font Color

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

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


#b881fb Background Color

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

This div background color is #b881fb


#b881fb Border Color

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

This div border color is #b881fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b881fb


Comments

No comments written yet.

Please login to write comment.