Color Hex Logo

#bea2db Color Hex

#BEA2DB
(190,162,219)
0 Favorites   0 Comments

Color spaces of #bea2db

RGB 190162219
HSL0.750.440.75
HSV269°26°86°
CMYK 0.130.260.00   0.14
XYZ46.941741.902372.6317
Yxy41.90230.29070.2595
Hunter Lab64.732016.1619-21.2132
CIE-Lab70.803521.0711-25.0894

#bea2db color RGB value is (190,162,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100010 11011011
Octal 276 242 333
Decimal 190 162 219
Hex BE A2 DB

RGB Percentages of Color #bea2db

%33.27
%28.37
%38.35

CMYK Percentages of Color #bea2db

%13
%26
%0
%14

Triadic Colors of #bea2db

#bea2db #dbbea2 #a2dbbe

Analogous Colors of #bea2db

#bea2db #dba2db #a2a3db

Monochromatic Colors of #bea2db

#bea2db

Complementary Color

#bea2db #bfdba2

#bea2db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea2db Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea2db Color CSS Codes

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

#bea2db Text Font Color

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

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


#bea2db Background Color

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

This div background color is #bea2db


#bea2db Border Color

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

This div border color is #bea2db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea2db


Comments

No comments written yet.

Please login to write comment.