Color Hex Logo

#bea3db Color Hex

#BEA3DB
(190,163,219)
0 Favorites   0 Comments

Color spaces of #bea3db

RGB 190163219
HSL0.750.440.75
HSV269°26°86°
CMYK 0.130.260.00   0.14
XYZ47.118642.256072.6906
Yxy42.25600.29070.2607
Hunter Lab65.004615.6277-20.7971
CIE-Lab71.047120.5171-24.7167

#bea3db color RGB value is (190,163,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100011 11011011
Octal 276 243 333
Decimal 190 163 219
Hex BE A3 DB

RGB Percentages of Color #bea3db

%33.22
%28.50
%38.29

CMYK Percentages of Color #bea3db

%13
%26
%0
%14

Triadic Colors of #bea3db

#bea3db #dbbea3 #a3dbbe

Analogous Colors of #bea3db

#bea3db #daa3db #a3a4db

Monochromatic Colors of #bea3db

#bea3db

Complementary Color

#bea3db #c0dba3

#bea3db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea3db Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea3db Color CSS Codes

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

#bea3db Text Font Color

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

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


#bea3db Background Color

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

This div background color is #bea3db


#bea3db Border Color

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

This div border color is #bea3db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea3db


Comments

No comments written yet.

Please login to write comment.