Color Hex Logo

#b384be Color Hex

#B384BE
(179,132,190)
0 Favorites   0 Comments

Color spaces of #b384be

RGB 179132190
HSL0.800.310.63
HSV289°31°75°
CMYK 0.060.310.00   0.25
XYZ36.135929.803952.5634
Yxy29.80390.30490.2515
Hunter Lab54.592922.6142-18.8708
CIE-Lab61.484728.2325-23.2991

#b384be color RGB value is (179,132,190).

#b384be hex color red value is 179, green value is 132 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b384be hue: 0.80 , saturation: 0.31 and the lightness value of b384be is 0.63.

The process color (four color CMYK) of #b384be color hex is 0.06, 0.31, 0.00, 0.25. Web safe color of #b384be is #cc99cc. Color #b384be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10000100 10111110
Octal 263 204 276
Decimal 179 132 190
Hex B3 84 BE

RGB Percentages of Color #b384be

%35.73
%26.35
%37.92

CMYK Percentages of Color #b384be

%6
%31
%0
%25

Triadic Colors of #b384be

#b384be #beb384 #84beb3

Analogous Colors of #b384be

#b384be #be84ac #9684be

Monochromatic Colors of #b384be

#b384be

Complementary Color

#b384be #8fbe84

#b384be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b384be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b384be Color CSS Codes

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

#b384be Text Font Color

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

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


#b384be Background Color

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

This div background color is #b384be


#b384be Border Color

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

This div border color is #b384be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b384be


Comments

No comments written yet.

Please login to write comment.