Color Hex Logo

#be0fdb Color Hex

#BE0FDB
(190,15,219)
0 Favorites   0 Comments

Color spaces of #be0fdb

RGB 19015219
HSL0.810.870.46
HSV291°93°86°
CMYK 0.130.930.00   0.14
XYZ34.192216.403368.3819
Yxy16.40330.28740.1379
Hunter Lab40.501079.8186-71.7546
CIE-Lab47.499281.9001-61.7922

#be0fdb color RGB value is (190,15,219).

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

The process color (four color CMYK) of #be0fdb color hex is 0.13, 0.93, 0.00, 0.14. Web safe color of #be0fdb is #cc00cc. Color #be0fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00001111 11011011
Octal 276 17 333
Decimal 190 15 219
Hex BE F DB

RGB Percentages of Color #be0fdb

%44.81
%3.54
%51.65

CMYK Percentages of Color #be0fdb

%13
%93
%0
%14

Triadic Colors of #be0fdb

#be0fdb #dbbe0f #0fdbbe

Analogous Colors of #be0fdb

#be0fdb #db0f92 #580fdb

Monochromatic Colors of #be0fdb

#be0fdb

Complementary Color

#be0fdb #2cdb0f

#be0fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be0fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#be0fdb Color CSS Codes

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

#be0fdb Text Font Color

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

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


#be0fdb Background Color

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

This div background color is #be0fdb


#be0fdb Border Color

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

This div border color is #be0fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be0fdb


Comments

No comments written yet.

Please login to write comment.