Color Hex Logo

#b476dd Color Hex

#B476DD
(180,118,221)
0 Favorites   0 Comments

Color spaces of #b476dd

RGB 180118221
HSL0.770.600.66
HSV276°47°87°
CMYK 0.190.470.00   0.13
XYZ38.352027.880671.7667
Yxy27.88060.27790.2020
Hunter Lab52.802137.2471-43.6234
CIE-Lab59.780742.8353-43.3977

#b476dd color RGB value is (180,118,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01110110 11011101
Octal 264 166 335
Decimal 180 118 221
Hex B4 76 DD

RGB Percentages of Color #b476dd

%34.68
%22.74
%42.58

CMYK Percentages of Color #b476dd

%19
%47
%0
%13

Triadic Colors of #b476dd

#b476dd #ddb476 #76ddb4

Analogous Colors of #b476dd

#b476dd #dd76d3 #8176dd

Monochromatic Colors of #b476dd

#b476dd

Complementary Color

#b476dd #9fdd76

#b476dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b476dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b476dd Color CSS Codes

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

#b476dd Text Font Color

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

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


#b476dd Background Color

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

This div background color is #b476dd


#b476dd Border Color

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

This div border color is #b476dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,118,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b476dd


Comments

No comments written yet.

Please login to write comment.