Color Hex Logo

#b480df Color Hex

#B480DF
(180,128,223)
0 Favorites   0 Comments

Color spaces of #b480df

RGB 180128223
HSL0.760.600.69
HSV273°43°87°
CMYK 0.190.430.00   0.13
XYZ39.860830.469473.5923
Yxy30.46940.27700.2117
Hunter Lab55.199132.3014-40.4070
CIE-Lab62.057137.8061-40.9364

#b480df color RGB value is (180,128,223).

#b480df hex color red value is 180, green value is 128 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b480df hue: 0.76 , saturation: 0.60 and the lightness value of b480df is 0.69.

The process color (four color CMYK) of #b480df color hex is 0.19, 0.43, 0.00, 0.13. Web safe color of #b480df is #cc99cc. Color #b480df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10000000 11011111
Octal 264 200 337
Decimal 180 128 223
Hex B4 80 DF

RGB Percentages of Color #b480df

%33.90
%24.11
%42.00

CMYK Percentages of Color #b480df

%19
%43
%0
%13

Triadic Colors of #b480df

#b480df #dfb480 #80dfb4

Analogous Colors of #b480df

#b480df #df80db #8580df

Monochromatic Colors of #b480df

#b480df

Complementary Color

#b480df #abdf80

#b480df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b480df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b480df Color CSS Codes

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

#b480df Text Font Color

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

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


#b480df Background Color

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

This div background color is #b480df


#b480df Border Color

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

This div border color is #b480df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b480df


Comments

No comments written yet.

Please login to write comment.