Color Hex Logo

#be50db Color Hex

#BE50DB
(190,80,219)
0 Favorites   0 Comments

Color spaces of #be50db

RGB 19080219
HSL0.800.660.59
HSV287°63°86°
CMYK 0.130.630.00   0.14
XYZ36.890021.798969.2811
Yxy21.79890.28830.1703
Hunter Lab46.689359.3296-55.2965
CIE-Lab53.813063.8024-51.6538

#be50db color RGB value is (190,80,219).

#be50db hex color red value is 190, green value is 80 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #be50db hue: 0.80 , saturation: 0.66 and the lightness value of be50db is 0.59.

The process color (four color CMYK) of #be50db color hex is 0.13, 0.63, 0.00, 0.14. Web safe color of #be50db is #cc66cc. Color #be50db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01010000 11011011
Octal 276 120 333
Decimal 190 80 219
Hex BE 50 DB

RGB Percentages of Color #be50db

%38.85
%16.36
%44.79

CMYK Percentages of Color #be50db

%13
%63
%0
%14

Triadic Colors of #be50db

#be50db #dbbe50 #50dbbe

Analogous Colors of #be50db

#be50db #db50b3 #7950db

Monochromatic Colors of #be50db

#be50db

Complementary Color

#be50db #6ddb50

#be50db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be50db Color Preview on White Background

Lorem ipsum dolor sit amet.

#be50db Color CSS Codes

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

#be50db Text Font Color

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

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


#be50db Background Color

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

This div background color is #be50db


#be50db Border Color

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

This div border color is #be50db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be50db


Comments

No comments written yet.

Please login to write comment.