Color Hex Logo

#bea9fb Color Hex

#BEA9FB
(190,169,251)
0 Favorites   0 Comments

Color spaces of #bea9fb

RGB 190169251
HSL0.710.910.82
HSV255°33°98°
CMYK 0.240.330.00   0.02
XYZ52.835846.288197.4165
Yxy46.28810.26880.2355
Hunter Lab68.035419.5600-37.2697
CIE-Lab73.732124.3419-38.0069

#bea9fb color RGB value is (190,169,251).

#bea9fb hex color red value is 190, green value is 169 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #bea9fb hue: 0.71 , saturation: 0.91 and the lightness value of bea9fb is 0.82.

The process color (four color CMYK) of #bea9fb color hex is 0.24, 0.33, 0.00, 0.02. Web safe color of #bea9fb is #cc99ff. Color #bea9fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101001 11111011
Octal 276 251 373
Decimal 190 169 251
Hex BE A9 FB

RGB Percentages of Color #bea9fb

%31.15
%27.70
%41.15

CMYK Percentages of Color #bea9fb

%24
%33
%0
%2

Triadic Colors of #bea9fb

#bea9fb #fbbea9 #a9fbbe

Analogous Colors of #bea9fb

#bea9fb #e7a9fb #a9bdfb

Monochromatic Colors of #bea9fb

#bea9fb

Complementary Color

#bea9fb #e6fba9

#bea9fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea9fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea9fb Color CSS Codes

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

#bea9fb Text Font Color

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

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


#bea9fb Background Color

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

This div background color is #bea9fb


#bea9fb Border Color

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

This div border color is #bea9fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea9fb


Comments

No comments written yet.

Please login to write comment.