Color Hex Logo

#b182ff Color Hex

#B182FF
(177,130,255)
0 Favorites   0 Comments

Color spaces of #b182ff

RGB 177130255
HSL0.731.000.75
HSV263°49°100°
CMYK 0.310.490.00   0.00
XYZ44.164132.532498.5594
Yxy32.53240.25200.1856
Hunter Lab57.037238.3981-62.5262
CIE-Lab63.780543.3884-55.9155

#b182ff color RGB value is (177,130,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10000010 11111111
Octal 261 202 377
Decimal 177 130 255
Hex B1 82 FF

RGB Percentages of Color #b182ff

%31.49
%23.13
%45.37

CMYK Percentages of Color #b182ff

%31
%49
%0
%0

Triadic Colors of #b182ff

#b182ff #ffb182 #82ffb1

Analogous Colors of #b182ff

#b182ff #f082ff #8292ff

Monochromatic Colors of #b182ff

#b182ff

Complementary Color

#b182ff #d0ff82

#b182ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b182ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b182ff Color CSS Codes

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

#b182ff Text Font Color

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

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


#b182ff Background Color

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

This div background color is #b182ff


#b182ff Border Color

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

This div border color is #b182ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b182ff

#b182ff Color Palettes


Comments

No comments written yet.

Please login to write comment.