Color Hex Logo

#be84bb Color Hex

#BE84BB
(190,132,187)
0 Favorites   0 Comments

Color spaces of #be84bb

RGB 190132187
HSL0.840.310.63
HSV303°31°75°
CMYK 0.000.310.02   0.25
XYZ38.456131.037550.9777
Yxy31.03750.31920.2576
Hunter Lab55.711325.7192-15.2544
CIE-Lab62.539331.2789-19.8869

#be84bb color RGB value is (190,132,187).

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

The process color (four color CMYK) of #be84bb color hex is 0.00, 0.31, 0.02, 0.25. Web safe color of #be84bb is #cc99cc. Color #be84bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10000100 10111011
Octal 276 204 273
Decimal 190 132 187
Hex BE 84 BB

RGB Percentages of Color #be84bb

%37.33
%25.93
%36.74

CMYK Percentages of Color #be84bb

%0
%31
%2
%25

Triadic Colors of #be84bb

#be84bb #bbbe84 #84bbbe

Analogous Colors of #be84bb

#be84bb #be849e #a484be

Monochromatic Colors of #be84bb

#be84bb

Complementary Color

#be84bb #84be87

#be84bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be84bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#be84bb Color CSS Codes

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

#be84bb Text Font Color

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

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


#be84bb Background Color

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

This div background color is #be84bb


#be84bb Border Color

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

This div border color is #be84bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be84bb


Comments

No comments written yet.

Please login to write comment.