Color Hex Logo

#be13db Color Hex

#BE13DB
(190,19,219)
0 Favorites   0 Comments

Color spaces of #be13db

RGB 19019219
HSL0.810.840.47
HSV291°91°86°
CMYK 0.130.910.00   0.14
XYZ34.254316.527468.4025
Yxy16.52740.28740.1387
Hunter Lab40.653979.2568-71.3011
CIE-Lab47.659081.4268-61.5340

#be13db color RGB value is (190,19,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00010011 11011011
Octal 276 23 333
Decimal 190 19 219
Hex BE 13 DB

RGB Percentages of Color #be13db

%44.39
%4.44
%51.17

CMYK Percentages of Color #be13db

%13
%91
%0
%14

Triadic Colors of #be13db

#be13db #dbbe13 #13dbbe

Analogous Colors of #be13db

#be13db #db1394 #5a13db

Monochromatic Colors of #be13db

#be13db

Complementary Color

#be13db #30db13

#be13db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be13db Color Preview on White Background

Lorem ipsum dolor sit amet.

#be13db Color CSS Codes

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

#be13db Text Font Color

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

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


#be13db Background Color

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

This div background color is #be13db


#be13db Border Color

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

This div border color is #be13db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be13db


Comments

No comments written yet.

Please login to write comment.