Color Hex Logo

#b576de Color Hex

#B576DE
(181,118,222)
0 Favorites   0 Comments

Color spaces of #b576de

RGB 181118222
HSL0.770.610.67
HSV276°47°87°
CMYK 0.180.470.00   0.13
XYZ38.719328.054672.4816
Yxy28.05460.27800.2015
Hunter Lab52.966637.7944-44.0582
CIE-Lab59.938043.3329-43.7025

#b576de color RGB value is (181,118,222).

#b576de hex color red value is 181, green value is 118 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b576de hue: 0.77 , saturation: 0.61 and the lightness value of b576de is 0.67.

The process color (four color CMYK) of #b576de color hex is 0.18, 0.47, 0.00, 0.13. Web safe color of #b576de is #cc66cc. Color #b576de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01110110 11011110
Octal 265 166 336
Decimal 181 118 222
Hex B5 76 DE

RGB Percentages of Color #b576de

%34.74
%22.65
%42.61

CMYK Percentages of Color #b576de

%18
%47
%0
%13

Triadic Colors of #b576de

#b576de #deb576 #76deb5

Analogous Colors of #b576de

#b576de #de76d3 #8176de

Monochromatic Colors of #b576de

#b576de

Complementary Color

#b576de #9fde76

#b576de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b576de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b576de Color CSS Codes

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

#b576de Text Font Color

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

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


#b576de Background Color

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

This div background color is #b576de


#b576de Border Color

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

This div border color is #b576de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b576de


Comments

No comments written yet.

Please login to write comment.