Color Hex Logo

#be2fdb Color Hex

#BE2FDB
(190,47,219)
0 Favorites   0 Comments

Color spaces of #be2fdb

RGB 19047219
HSL0.810.700.52
HSV290°79°86°
CMYK 0.130.790.00   0.14
XYZ35.037918.094768.6637
Yxy18.09470.28770.1486
Hunter Lab42.537972.5869-65.9281
CIE-Lab49.610875.7066-58.3865

#be2fdb color RGB value is (190,47,219).

#be2fdb hex color red value is 190, green value is 47 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #be2fdb hue: 0.81 , saturation: 0.70 and the lightness value of be2fdb is 0.52.

The process color (four color CMYK) of #be2fdb color hex is 0.13, 0.79, 0.00, 0.14. Web safe color of #be2fdb is #cc33cc. Color #be2fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00101111 11011011
Octal 276 57 333
Decimal 190 47 219
Hex BE 2F DB

RGB Percentages of Color #be2fdb

%41.67
%10.31
%48.03

CMYK Percentages of Color #be2fdb

%13
%79
%0
%14

Triadic Colors of #be2fdb

#be2fdb #dbbe2f #2fdbbe

Analogous Colors of #be2fdb

#be2fdb #db2fa2 #682fdb

Monochromatic Colors of #be2fdb

#be2fdb

Complementary Color

#be2fdb #4cdb2f

#be2fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be2fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#be2fdb Color CSS Codes

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

#be2fdb Text Font Color

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

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


#be2fdb Background Color

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

This div background color is #be2fdb


#be2fdb Border Color

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

This div border color is #be2fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be2fdb


Comments

No comments written yet.

Please login to write comment.