Color Hex Logo

#bea8db Color Hex

#BEA8DB
(190,168,219)
0 Favorites   0 Comments

Color spaces of #bea8db

RGB 190168219
HSL0.740.410.76
HSV266°23°86°
CMYK 0.130.230.00   0.14
XYZ48.024044.066972.9925
Yxy44.06690.29090.2669
Hunter Lab66.382912.9638-18.7253
CIE-Lab72.273217.7507-22.8443

#bea8db color RGB value is (190,168,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101000 11011011
Octal 276 250 333
Decimal 190 168 219
Hex BE A8 DB

RGB Percentages of Color #bea8db

%32.93
%29.12
%37.95

CMYK Percentages of Color #bea8db

%13
%23
%0
%14

Triadic Colors of #bea8db

#bea8db #dbbea8 #a8dbbe

Analogous Colors of #bea8db

#bea8db #d8a8db #a8acdb

Monochromatic Colors of #bea8db

#bea8db

Complementary Color

#bea8db #c5dba8

#bea8db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea8db Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea8db Color CSS Codes

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

#bea8db Text Font Color

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

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


#bea8db Background Color

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

This div background color is #bea8db


#bea8db Border Color

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

This div border color is #bea8db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea8db


Comments

No comments written yet.

Please login to write comment.