Color Hex Logo

#b184de Color Hex

#B184DE
(177,132,222)
0 Favorites   0 Comments

Color spaces of #b184de

RGB 177132222
HSL0.750.580.69
HSV270°41°87°
CMYK 0.200.410.00   0.13
XYZ39.567531.123673.0293
Yxy31.12360.27530.2166
Hunter Lab55.788528.9696-38.5609
CIE-Lab62.611834.4949-39.5313

#b184de color RGB value is (177,132,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10000100 11011110
Octal 261 204 336
Decimal 177 132 222
Hex B1 84 DE

RGB Percentages of Color #b184de

%33.33
%24.86
%41.81

CMYK Percentages of Color #b184de

%20
%41
%0
%13

Triadic Colors of #b184de

#b184de #deb184 #84deb1

Analogous Colors of #b184de

#b184de #de84de #8484de

Monochromatic Colors of #b184de

#b184de

Complementary Color

#b184de #b1de84

#b184de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b184de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b184de Color CSS Codes

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

#b184de Text Font Color

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

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


#b184de Background Color

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

This div background color is #b184de


#b184de Border Color

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

This div border color is #b184de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b184de


Comments

No comments written yet.

Please login to write comment.