Color Hex Logo

#be05db Color Hex

#BE05DB
(190,5,219)
0 Favorites   0 Comments

Color spaces of #be05db

RGB 1905219
HSL0.810.960.44
HSV292°98°86°
CMYK 0.130.980.00   0.14
XYZ34.075716.170268.3430
Yxy16.17020.28730.1364
Hunter Lab40.212280.8891-72.6183
CIE-Lab47.197082.7985-62.2807

#be05db color RGB value is (190,5,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00000101 11011011
Octal 276 5 333
Decimal 190 5 219
Hex BE 5 DB

RGB Percentages of Color #be05db

%45.89
%1.21
%52.90

CMYK Percentages of Color #be05db

%13
%98
%0
%14

Triadic Colors of #be05db

#be05db #dbbe05 #05dbbe

Analogous Colors of #be05db

#be05db #db058d #5305db

Monochromatic Colors of #be05db

#be05db

Complementary Color

#be05db #22db05

#be05db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be05db Color Preview on White Background

Lorem ipsum dolor sit amet.

#be05db Color CSS Codes

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

#be05db Text Font Color

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

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


#be05db Background Color

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

This div background color is #be05db


#be05db Border Color

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

This div border color is #be05db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be05db


Comments

No comments written yet.

Please login to write comment.