Color Hex Logo

#b184cc Color Hex

#B184CC
(177,132,204)
0 Favorites   0 Comments

Color spaces of #b184cc

RGB 177132204
HSL0.770.410.66
HSV278°35°80°
CMYK 0.130.350.00   0.20
XYZ37.281830.209360.9927
Yxy30.20930.29020.2351
Hunter Lab54.963024.8926-27.3203
CIE-Lab61.834430.5140-30.6706

#b184cc color RGB value is (177,132,204).

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

The process color (four color CMYK) of #b184cc color hex is 0.13, 0.35, 0.00, 0.20. Web safe color of #b184cc is #9999cc. Color #b184cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10000100 11001100
Octal 261 204 314
Decimal 177 132 204
Hex B1 84 CC

RGB Percentages of Color #b184cc

%34.50
%25.73
%39.77

CMYK Percentages of Color #b184cc

%13
%35
%0
%20

Triadic Colors of #b184cc

#b184cc #ccb184 #84ccb1

Analogous Colors of #b184cc

#b184cc #cc84c3 #8d84cc

Monochromatic Colors of #b184cc

#b184cc

Complementary Color

#b184cc #9fcc84

#b184cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b184cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b184cc Color CSS Codes

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

#b184cc Text Font Color

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

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


#b184cc Background Color

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

This div background color is #b184cc


#b184cc Border Color

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

This div border color is #b184cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b184cc


Comments

No comments written yet.

Please login to write comment.