Color Hex Logo

#bea0db Color Hex

#BEA0DB
(190,160,219)
0 Favorites   0 Comments

Color spaces of #bea0db

RGB 190160219
HSL0.750.450.74
HSV271°27°86°
CMYK 0.130.270.00   0.14
XYZ46.592241.203272.5152
Yxy41.20320.29060.2570
Hunter Lab64.189717.2325-22.0472
CIE-Lab70.318122.1803-25.8329

#bea0db color RGB value is (190,160,219).

#bea0db hex color red value is 190, green value is 160 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #bea0db hue: 0.75 , saturation: 0.45 and the lightness value of bea0db is 0.74.

The process color (four color CMYK) of #bea0db color hex is 0.13, 0.27, 0.00, 0.14. Web safe color of #bea0db is #cc99cc. Color #bea0db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100000 11011011
Octal 276 240 333
Decimal 190 160 219
Hex BE A0 DB

RGB Percentages of Color #bea0db

%33.39
%28.12
%38.49

CMYK Percentages of Color #bea0db

%13
%27
%0
%14

Triadic Colors of #bea0db

#bea0db #dbbea0 #a0dbbe

Analogous Colors of #bea0db

#bea0db #dba0db #a1a0db

Monochromatic Colors of #bea0db

#bea0db

Complementary Color

#bea0db #bddba0

#bea0db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea0db Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea0db Color CSS Codes

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

#bea0db Text Font Color

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

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


#bea0db Background Color

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

This div background color is #bea0db


#bea0db Border Color

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

This div border color is #bea0db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea0db


Comments

No comments written yet.

Please login to write comment.