Color Hex Logo

#bea1fe Color Hex

#BEA1FE
(190,161,254)
0 Favorites   0 Comments

Color spaces of #bea1fe

RGB 190161254
HSL0.720.980.81
HSV259°37°100°
CMYK 0.250.370.00   0.00
XYZ51.869543.592699.4463
Yxy43.59260.26610.2237
Hunter Lab66.024724.6877-43.0852
CIE-Lab71.955329.4785-42.3995

#bea1fe color RGB value is (190,161,254).

#bea1fe hex color red value is 190, green value is 161 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #bea1fe hue: 0.72 , saturation: 0.98 and the lightness value of bea1fe is 0.81.

The process color (four color CMYK) of #bea1fe color hex is 0.25, 0.37, 0.00, 0.00. Web safe color of #bea1fe is #cc99ff. Color #bea1fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100001 11111110
Octal 276 241 376
Decimal 190 161 254
Hex BE A1 FE

RGB Percentages of Color #bea1fe

%31.40
%26.61
%41.98

CMYK Percentages of Color #bea1fe

%25
%37
%0
%0

Triadic Colors of #bea1fe

#bea1fe #febea1 #a1febe

Analogous Colors of #bea1fe

#bea1fe #eda1fe #a1b3fe

Monochromatic Colors of #bea1fe

#bea1fe

Complementary Color

#bea1fe #e1fea1

#bea1fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea1fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea1fe Color CSS Codes

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

#bea1fe Text Font Color

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

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


#bea1fe Background Color

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

This div background color is #bea1fe


#bea1fe Border Color

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

This div border color is #bea1fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea1fe

Related Colors


Comments

No comments written yet.

Please login to write comment.