Color Hex Logo

#b484cc Color Hex

#B484CC
(180,132,204)
0 Favorites   0 Comments

Color spaces of #b484cc

RGB 180132204
HSL0.780.410.66
HSV280°35°80°
CMYK 0.120.350.00   0.20
XYZ37.972730.565561.0251
Yxy30.56550.29310.2359
Hunter Lab55.286125.8504-26.7444
CIE-Lab62.139131.4477-30.1744

#b484cc color RGB value is (180,132,204).

#b484cc hex color red value is 180, green value is 132 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b484cc hue: 0.78 , saturation: 0.41 and the lightness value of b484cc is 0.66.

The process color (four color CMYK) of #b484cc color hex is 0.12, 0.35, 0.00, 0.20. Web safe color of #b484cc is #cc99cc. Color #b484cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10000100 11001100
Octal 264 204 314
Decimal 180 132 204
Hex B4 84 CC

RGB Percentages of Color #b484cc

%34.88
%25.58
%39.53

CMYK Percentages of Color #b484cc

%12
%35
%0
%20

Triadic Colors of #b484cc

#b484cc #ccb484 #84ccb4

Analogous Colors of #b484cc

#b484cc #cc84c0 #9084cc

Monochromatic Colors of #b484cc

#b484cc

Complementary Color

#b484cc #9ccc84

#b484cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b484cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b484cc Color CSS Codes

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

#b484cc Text Font Color

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

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


#b484cc Background Color

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

This div background color is #b484cc


#b484cc Border Color

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

This div border color is #b484cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b484cc


Comments

No comments written yet.

Please login to write comment.