Color Hex Logo

#be53db Color Hex

#BE53DB
(190,83,219)
0 Favorites   0 Comments

Color spaces of #be53db

RGB 19083219
HSL0.800.650.59
HSV287°62°86°
CMYK 0.130.620.00   0.14
XYZ37.114622.248169.3560
Yxy22.24810.28830.1728
Hunter Lab47.167957.9110-54.1629
CIE-Lab54.289362.4882-50.8946

#be53db color RGB value is (190,83,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01010011 11011011
Octal 276 123 333
Decimal 190 83 219
Hex BE 53 DB

RGB Percentages of Color #be53db

%38.62
%16.87
%44.51

CMYK Percentages of Color #be53db

%13
%62
%0
%14

Triadic Colors of #be53db

#be53db #dbbe53 #53dbbe

Analogous Colors of #be53db

#be53db #db53b4 #7a53db

Monochromatic Colors of #be53db

#be53db

Complementary Color

#be53db #70db53

#be53db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be53db Color Preview on White Background

Lorem ipsum dolor sit amet.

#be53db Color CSS Codes

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

#be53db Text Font Color

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

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


#be53db Background Color

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

This div background color is #be53db


#be53db Border Color

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

This div border color is #be53db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be53db


Comments

No comments written yet.

Please login to write comment.