Color Hex Logo

#be51db Color Hex

#BE51DB
(190,81,219)
0 Favorites   0 Comments

Color spaces of #be51db

RGB 19081219
HSL0.800.660.59
HSV287°63°86°
CMYK 0.130.630.00   0.14
XYZ36.963821.946569.3057
Yxy21.94650.28830.1712
Hunter Lab46.847158.8596-54.9208
CIE-Lab53.970263.3678-51.4031

#be51db color RGB value is (190,81,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01010001 11011011
Octal 276 121 333
Decimal 190 81 219
Hex BE 51 DB

RGB Percentages of Color #be51db

%38.78
%16.53
%44.69

CMYK Percentages of Color #be51db

%13
%63
%0
%14

Triadic Colors of #be51db

#be51db #dbbe51 #51dbbe

Analogous Colors of #be51db

#be51db #db51b3 #7951db

Monochromatic Colors of #be51db

#be51db

Complementary Color

#be51db #6edb51

#be51db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be51db Color Preview on White Background

Lorem ipsum dolor sit amet.

#be51db Color CSS Codes

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

#be51db Text Font Color

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

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


#be51db Background Color

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

This div background color is #be51db


#be51db Border Color

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

This div border color is #be51db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be51db


Comments

No comments written yet.

Please login to write comment.