Color Hex Logo

#b582de Color Hex

#B582DE
(181,130,222)
0 Favorites   0 Comments

Color spaces of #b582de

RGB 181130222
HSL0.760.580.69
HSV273°41°87°
CMYK 0.180.410.00   0.13
XYZ40.223531.062972.9830
Yxy31.06290.27880.2153
Hunter Lab55.734131.2894-38.6255
CIE-Lab62.560736.7673-39.5824

#b582de color RGB value is (181,130,222).

#b582de hex color red value is 181, green value is 130 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b582de hue: 0.76 , saturation: 0.58 and the lightness value of b582de is 0.69.

The process color (four color CMYK) of #b582de color hex is 0.18, 0.41, 0.00, 0.13. Web safe color of #b582de is #cc99cc. Color #b582de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10000010 11011110
Octal 265 202 336
Decimal 181 130 222
Hex B5 82 DE

RGB Percentages of Color #b582de

%33.96
%24.39
%41.65

CMYK Percentages of Color #b582de

%18
%41
%0
%13

Triadic Colors of #b582de

#b582de #deb582 #82deb5

Analogous Colors of #b582de

#b582de #de82d9 #8782de

Monochromatic Colors of #b582de

#b582de

Complementary Color

#b582de #abde82

#b582de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b582de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b582de Color CSS Codes

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

#b582de Text Font Color

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

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


#b582de Background Color

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

This div background color is #b582de


#b582de Border Color

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

This div border color is #b582de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b582de


Comments

No comments written yet.

Please login to write comment.