Color Hex Logo

#b081f9 Color Hex

#B081F9
(176,129,249)
0 Favorites   0 Comments

Color spaces of #b081f9

RGB 176129249
HSL0.730.910.74
HSV264°48°98°
CMYK 0.290.480.00   0.02
XYZ42.853631.770293.4962
Yxy31.77020.25490.1890
Hunter Lab56.365137.0723-58.8924
CIE-Lab63.152542.2262-53.6269

#b081f9 color RGB value is (176,129,249).

#b081f9 hex color red value is 176, green value is 129 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #b081f9 hue: 0.73 , saturation: 0.91 and the lightness value of b081f9 is 0.74.

The process color (four color CMYK) of #b081f9 color hex is 0.29, 0.48, 0.00, 0.02. Web safe color of #b081f9 is #9999ff. Color #b081f9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10000001 11111001
Octal 260 201 371
Decimal 176 129 249
Hex B0 81 F9

RGB Percentages of Color #b081f9

%31.77
%23.29
%44.95

CMYK Percentages of Color #b081f9

%29
%48
%0
%2

Triadic Colors of #b081f9

#b081f9 #f9b081 #81f9b0

Analogous Colors of #b081f9

#b081f9 #ec81f9 #818ef9

Monochromatic Colors of #b081f9

#b081f9

Complementary Color

#b081f9 #caf981

#b081f9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b081f9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b081f9 Color CSS Codes

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

#b081f9 Text Font Color

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

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


#b081f9 Background Color

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

This div background color is #b081f9


#b081f9 Border Color

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

This div border color is #b081f9


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,129,249, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b081f9

Related Colors


Comments

No comments written yet.

Please login to write comment.