Color Hex Logo

#b582ef Color Hex

#B582EF
(181,130,239)
0 Favorites   0 Comments

Color spaces of #b582ef

RGB 181130239
HSL0.740.770.72
HSV268°46°94°
CMYK 0.240.460.00   0.06
XYZ42.618732.021085.5958
Yxy32.02100.26600.1998
Hunter Lab56.587135.4102-50.0733
CIE-Lab63.360240.6290-47.7560

#b582ef color RGB value is (181,130,239).

#b582ef hex color red value is 181, green value is 130 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #b582ef hue: 0.74 , saturation: 0.77 and the lightness value of b582ef is 0.72.

The process color (four color CMYK) of #b582ef color hex is 0.24, 0.46, 0.00, 0.06. Web safe color of #b582ef is #cc99ff. Color #b582ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10000010 11101111
Octal 265 202 357
Decimal 181 130 239
Hex B5 82 EF

RGB Percentages of Color #b582ef

%32.91
%23.64
%43.45

CMYK Percentages of Color #b582ef

%24
%46
%0
%6

Triadic Colors of #b582ef

#b582ef #efb582 #82efb5

Analogous Colors of #b582ef

#b582ef #ec82ef #8286ef

Monochromatic Colors of #b582ef

#b582ef

Complementary Color

#b582ef #bcef82

#b582ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b582ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b582ef Color CSS Codes

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

#b582ef Text Font Color

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

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


#b582ef Background Color

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

This div background color is #b582ef


#b582ef Border Color

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

This div border color is #b582ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,130,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b582ef


Comments

No comments written yet.

Please login to write comment.