Color Hex Logo

#bea1eb Color Hex

#BEA1EB
(190,161,235)
0 Favorites   0 Comments

Color spaces of #bea1eb

RGB 190161235
HSL0.730.650.78
HSV264°31°92°
CMYK 0.190.310.00   0.08
XYZ48.975542.435084.2068
Yxy42.43500.27890.2416
Hunter Lab65.142220.2020-31.0424
CIE-Lab71.169825.1196-33.2874

#bea1eb color RGB value is (190,161,235).

#bea1eb hex color red value is 190, green value is 161 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #bea1eb hue: 0.73 , saturation: 0.65 and the lightness value of bea1eb is 0.78.

The process color (four color CMYK) of #bea1eb color hex is 0.19, 0.31, 0.00, 0.08. Web safe color of #bea1eb is #cc99ff. Color #bea1eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100001 11101011
Octal 276 241 353
Decimal 190 161 235
Hex BE A1 EB

RGB Percentages of Color #bea1eb

%32.42
%27.47
%40.10

CMYK Percentages of Color #bea1eb

%19
%31
%0
%8

Triadic Colors of #bea1eb

#bea1eb #ebbea1 #a1ebbe

Analogous Colors of #bea1eb

#bea1eb #e3a1eb #a1a9eb

Monochromatic Colors of #bea1eb

#bea1eb

Complementary Color

#bea1eb #ceeba1

#bea1eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea1eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea1eb Color CSS Codes

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

#bea1eb Text Font Color

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

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


#bea1eb Background Color

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

This div background color is #bea1eb


#bea1eb Border Color

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

This div border color is #bea1eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,161,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bea1eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea1eb


Comments

No comments written yet.

Please login to write comment.