Color Hex Logo

#b181ff Color Hex

#B181FF
(177,129,255)
0 Favorites   0 Comments

Color spaces of #b181ff

RGB 177129255
HSL0.731.000.75
HSV263°49°100°
CMYK 0.310.490.00   0.00
XYZ44.031732.267698.5153
Yxy32.26760.25190.1846
Hunter Lab56.804638.9551-63.0625
CIE-Lab63.563443.9366-56.2609

#b181ff color RGB value is (177,129,255).

#b181ff hex color red value is 177, green value is 129 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #b181ff hue: 0.73 , saturation: 1.00 and the lightness value of b181ff is 0.75.

The process color (four color CMYK) of #b181ff color hex is 0.31, 0.49, 0.00, 0.00. Web safe color of #b181ff is #9999ff. Color #b181ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10000001 11111111
Octal 261 201 377
Decimal 177 129 255
Hex B1 81 FF

RGB Percentages of Color #b181ff

%31.55
%22.99
%45.45

CMYK Percentages of Color #b181ff

%31
%49
%0
%0

Triadic Colors of #b181ff

#b181ff #ffb181 #81ffb1

Analogous Colors of #b181ff

#b181ff #f081ff #8190ff

Monochromatic Colors of #b181ff

#b181ff

Complementary Color

#b181ff #cfff81

#b181ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b181ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b181ff Color CSS Codes

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

#b181ff Text Font Color

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

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


#b181ff Background Color

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

This div background color is #b181ff


#b181ff Border Color

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

This div border color is #b181ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b181ff

Related Colors

#b181ff Color Palettes


Comments

No comments written yet.

Please login to write comment.