Color Hex Logo

#be54db Color Hex

#BE54DB
(190,84,219)
0 Favorites   0 Comments

Color spaces of #be54db

RGB 19084219
HSL0.800.650.59
HSV287°62°86°
CMYK 0.130.620.00   0.14
XYZ37.191722.402369.3817
Yxy22.40230.28840.1737
Hunter Lab47.331157.4320-53.7803
CIE-Lab54.451362.0427-50.6365

#be54db color RGB value is (190,84,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01010100 11011011
Octal 276 124 333
Decimal 190 84 219
Hex BE 54 DB

RGB Percentages of Color #be54db

%38.54
%17.04
%44.42

CMYK Percentages of Color #be54db

%13
%62
%0
%14

Triadic Colors of #be54db

#be54db #dbbe54 #54dbbe

Analogous Colors of #be54db

#be54db #db54b5 #7b54db

Monochromatic Colors of #be54db

#be54db

Complementary Color

#be54db #71db54

#be54db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be54db Color Preview on White Background

Lorem ipsum dolor sit amet.

#be54db Color CSS Codes

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

#be54db Text Font Color

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

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


#be54db Background Color

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

This div background color is #be54db


#be54db Border Color

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

This div border color is #be54db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be54db


Comments

No comments written yet.

Please login to write comment.