Color Hex Logo

#be9afb Color Hex

#BE9AFB
(190,154,251)
0 Favorites   0 Comments

Color spaces of #be9afb

RGB 190154251
HSL0.730.920.79
HSV262°39°98°
CMYK 0.240.390.00   0.02
XYZ50.203441.023496.5391
Yxy41.02340.26740.2185
Hunter Lab64.049527.8255-44.5306
CIE-Lab70.192332.6553-43.5296

#be9afb color RGB value is (190,154,251).

#be9afb hex color red value is 190, green value is 154 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #be9afb hue: 0.73 , saturation: 0.92 and the lightness value of be9afb is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10011010 11111011
Octal 276 232 373
Decimal 190 154 251
Hex BE 9A FB

RGB Percentages of Color #be9afb

%31.93
%25.88
%42.18

CMYK Percentages of Color #be9afb

%24
%39
%0
%2

Triadic Colors of #be9afb

#be9afb #fbbe9a #9afbbe

Analogous Colors of #be9afb

#be9afb #ef9afb #9aa7fb

Monochromatic Colors of #be9afb

#be9afb

Complementary Color

#be9afb #d7fb9a

#be9afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be9afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#be9afb Color CSS Codes

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

#be9afb Text Font Color

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

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


#be9afb Background Color

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

This div background color is #be9afb


#be9afb Border Color

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

This div border color is #be9afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be9afb

Related Colors


Comments

No comments written yet.

Please login to write comment.