Color Hex Logo

#be57db Color Hex

#BE57DB
(190,87,219)
0 Favorites   0 Comments

Color spaces of #be57db

RGB 19087219
HSL0.800.650.60
HSV287°60°86°
CMYK 0.130.600.00   0.14
XYZ37.429622.878069.4610
Yxy22.87800.28840.1763
Hunter Lab47.831055.9791-52.6204
CIE-Lab54.946560.6864-49.8483

#be57db color RGB value is (190,87,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01010111 11011011
Octal 276 127 333
Decimal 190 87 219
Hex BE 57 DB

RGB Percentages of Color #be57db

%38.31
%17.54
%44.15

CMYK Percentages of Color #be57db

%13
%60
%0
%14

Triadic Colors of #be57db

#be57db #dbbe57 #57dbbe

Analogous Colors of #be57db

#be57db #db57b6 #7c57db

Monochromatic Colors of #be57db

#be57db

Complementary Color

#be57db #74db57

#be57db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be57db Color Preview on White Background

Lorem ipsum dolor sit amet.

#be57db Color CSS Codes

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

#be57db Text Font Color

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

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


#be57db Background Color

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

This div background color is #be57db


#be57db Border Color

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

This div border color is #be57db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be57db


Comments

No comments written yet.

Please login to write comment.