Color Hex Logo

#b276de Color Hex

#B276DE
(178,118,222)
0 Favorites   0 Comments

Color spaces of #b276de

RGB 178118222
HSL0.760.610.67
HSV275°47°87°
CMYK 0.200.470.00   0.13
XYZ38.023327.695872.4490
Yxy27.69580.27520.2005
Hunter Lab52.626836.8708-44.7832
CIE-Lab59.612942.5000-44.2369

#b276de color RGB value is (178,118,222).

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

The process color (four color CMYK) of #b276de color hex is 0.20, 0.47, 0.00, 0.13. Web safe color of #b276de is #9966cc. Color #b276de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01110110 11011110
Octal 262 166 336
Decimal 178 118 222
Hex B2 76 DE

RGB Percentages of Color #b276de

%34.36
%22.78
%42.86

CMYK Percentages of Color #b276de

%20
%47
%0
%13

Triadic Colors of #b276de

#b276de #deb276 #76deb2

Analogous Colors of #b276de

#b276de #de76d6 #7e76de

Monochromatic Colors of #b276de

#b276de

Complementary Color

#b276de #a2de76

#b276de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b276de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b276de Color CSS Codes

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

#b276de Text Font Color

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

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


#b276de Background Color

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

This div background color is #b276de


#b276de Border Color

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

This div border color is #b276de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b276de


Comments

No comments written yet.

Please login to write comment.