Color Hex Logo

#be46bb Color Hex

#BE46BB
(190,70,187)
0 Favorites   0 Comments

Color spaces of #be46bb

RGB 19070187
HSL0.840.480.51
HSV302°63°75°
CMYK 0.000.630.02   0.25
XYZ32.395018.915348.9573
Yxy18.91530.32310.1886
Hunter Lab43.491756.8460-36.2967
CIE-Lab50.588062.2437-38.4133

#be46bb color RGB value is (190,70,187).

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

The process color (four color CMYK) of #be46bb color hex is 0.00, 0.63, 0.02, 0.25. Web safe color of #be46bb is #cc33cc. Color #be46bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01000110 10111011
Octal 276 106 273
Decimal 190 70 187
Hex BE 46 BB

RGB Percentages of Color #be46bb

%42.51
%15.66
%41.83

CMYK Percentages of Color #be46bb

%0
%63
%2
%25

Triadic Colors of #be46bb

#be46bb #bbbe46 #46bbbe

Analogous Colors of #be46bb

#be46bb #be467f #8546be

Monochromatic Colors of #be46bb

#be46bb

Complementary Color

#be46bb #46be49

#be46bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be46bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#be46bb Color CSS Codes

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

#be46bb Text Font Color

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

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


#be46bb Background Color

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

This div background color is #be46bb


#be46bb Border Color

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

This div border color is #be46bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be46bb


Comments

No comments written yet.

Please login to write comment.