Color Hex Logo

#be56bb Color Hex

#BE56BB
(190,86,187)
0 Favorites   0 Comments

Color spaces of #be56bb

RGB 19086187
HSL0.840.440.54
HSV302°55°75°
CMYK 0.000.550.02   0.25
XYZ33.532621.190649.3365
Yxy21.19060.32220.2036
Hunter Lab46.033249.4689-31.3213
CIE-Lab53.157555.2096-34.3777

#be56bb color RGB value is (190,86,187).

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

The process color (four color CMYK) of #be56bb color hex is 0.00, 0.55, 0.02, 0.25. Web safe color of #be56bb is #cc66cc. Color #be56bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01010110 10111011
Octal 276 126 273
Decimal 190 86 187
Hex BE 56 BB

RGB Percentages of Color #be56bb

%41.04
%18.57
%40.39

CMYK Percentages of Color #be56bb

%0
%55
%2
%25

Triadic Colors of #be56bb

#be56bb #bbbe56 #56bbbe

Analogous Colors of #be56bb

#be56bb #be5687 #8d56be

Monochromatic Colors of #be56bb

#be56bb

Complementary Color

#be56bb #56be59

#be56bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be56bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#be56bb Color CSS Codes

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

#be56bb Text Font Color

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

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


#be56bb Background Color

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

This div background color is #be56bb


#be56bb Border Color

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

This div border color is #be56bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be56bb


Comments

No comments written yet.

Please login to write comment.