Color Hex Logo

#b476de Color Hex

#B476DE
(180,118,222)
0 Favorites   0 Comments

Color spaces of #b476de

RGB 180118222
HSL0.770.610.67
HSV276°47°87°
CMYK 0.190.470.00   0.13
XYZ38.485627.934172.4706
Yxy27.93410.27710.2011
Hunter Lab52.852737.4855-44.3004
CIE-Lab59.829243.0550-43.8814

#b476de color RGB value is (180,118,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01110110 11011110
Octal 264 166 336
Decimal 180 118 222
Hex B4 76 DE

RGB Percentages of Color #b476de

%34.62
%22.69
%42.69

CMYK Percentages of Color #b476de

%19
%47
%0
%13

Triadic Colors of #b476de

#b476de #deb476 #76deb4

Analogous Colors of #b476de

#b476de #de76d4 #8076de

Monochromatic Colors of #b476de

#b476de

Complementary Color

#b476de #a0de76

#b476de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b476de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b476de Color CSS Codes

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

#b476de Text Font Color

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

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


#b476de Background Color

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

This div background color is #b476de


#b476de Border Color

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

This div border color is #b476de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b476de


Comments

No comments written yet.

Please login to write comment.