Color Hex Logo

#b582ed Color Hex

#B582ED
(181,130,237)
0 Favorites   0 Comments

Color spaces of #b582ed

RGB 181130237
HSL0.750.750.72
HSV269°45°93°
CMYK 0.240.450.00   0.07
XYZ42.324731.903484.0480
Yxy31.90340.26740.2016
Hunter Lab56.483134.9107-48.6866
CIE-Lab63.263040.1662-46.8044

#b582ed color RGB value is (181,130,237).

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

The process color (four color CMYK) of #b582ed color hex is 0.24, 0.45, 0.00, 0.07. Web safe color of #b582ed is #cc99ff. Color #b582ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10000010 11101101
Octal 265 202 355
Decimal 181 130 237
Hex B5 82 ED

RGB Percentages of Color #b582ed

%33.03
%23.72
%43.25

CMYK Percentages of Color #b582ed

%24
%45
%0
%7

Triadic Colors of #b582ed

#b582ed #edb582 #82edb5

Analogous Colors of #b582ed

#b582ed #eb82ed #8285ed

Monochromatic Colors of #b582ed

#b582ed

Complementary Color

#b582ed #baed82

#b582ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b582ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b582ed Color CSS Codes

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

#b582ed Text Font Color

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

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


#b582ed Background Color

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

This div background color is #b582ed


#b582ed Border Color

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

This div border color is #b582ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b582ed


Comments

No comments written yet.

Please login to write comment.