Color Hex Logo

#b582ff Color Hex

#B582FF
(181,130,255)
0 Favorites   0 Comments

Color spaces of #b582ff

RGB 181130255
HSL0.731.000.75
HSV264°49°100°
CMYK 0.290.490.00   0.00
XYZ45.088733.009098.6027
Yxy33.00900.25520.1868
Hunter Lab57.453539.5408-61.5372
CIE-Lab64.168244.4012-55.2754

#b582ff color RGB value is (181,130,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10000010 11111111
Octal 265 202 377
Decimal 181 130 255
Hex B5 82 FF

RGB Percentages of Color #b582ff

%31.98
%22.97
%45.05

CMYK Percentages of Color #b582ff

%29
%49
%0
%0

Triadic Colors of #b582ff

#b582ff #ffb582 #82ffb5

Analogous Colors of #b582ff

#b582ff #f482ff #828eff

Monochromatic Colors of #b582ff

#b582ff

Complementary Color

#b582ff #ccff82

#b582ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b582ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b582ff Color CSS Codes

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

#b582ff Text Font Color

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

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


#b582ff Background Color

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

This div background color is #b582ff


#b582ff Border Color

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

This div border color is #b582ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b582ff

Related Colors

#b582ff Color Palettes


Comments

No comments written yet.

Please login to write comment.