Color Hex Logo

#b484de Color Hex

#B484DE
(180,132,222)
0 Favorites   0 Comments

Color spaces of #b484de

RGB 180132222
HSL0.760.580.69
HSV272°41°87°
CMYK 0.190.410.00   0.13
XYZ40.258531.479873.0616
Yxy31.47980.27800.2174
Hunter Lab56.106929.8926-37.9318
CIE-Lab62.910635.3679-39.0420

#b484de color RGB value is (180,132,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10000100 11011110
Octal 264 204 336
Decimal 180 132 222
Hex B4 84 DE

RGB Percentages of Color #b484de

%33.71
%24.72
%41.57

CMYK Percentages of Color #b484de

%19
%41
%0
%13

Triadic Colors of #b484de

#b484de #deb484 #84deb4

Analogous Colors of #b484de

#b484de #de84db #8784de

Monochromatic Colors of #b484de

#b484de

Complementary Color

#b484de #aede84

#b484de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b484de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b484de Color CSS Codes

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

#b484de Text Font Color

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

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


#b484de Background Color

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

This div background color is #b484de


#b484de Border Color

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

This div border color is #b484de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b484de


Comments

No comments written yet.

Please login to write comment.