Color Hex Logo

#be9eff Color Hex

#BE9EFF
(190,158,255)
0 Favorites   0 Comments

Color spaces of #be9eff

RGB 190158255
HSL0.721.000.81
HSV260°38°100°
CMYK 0.250.380.00   0.00
XYZ51.512142.6209100.1194
Yxy42.62090.26520.2194
Hunter Lab65.284726.5951-45.2268
CIE-Lab71.296931.3760-43.9716

#be9eff color RGB value is (190,158,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10011110 11111111
Octal 276 236 377
Decimal 190 158 255
Hex BE 9E FF

RGB Percentages of Color #be9eff

%31.51
%26.20
%42.29

CMYK Percentages of Color #be9eff

%25
%38
%0
%0

Triadic Colors of #be9eff

#be9eff #ffbe9e #9effbe

Analogous Colors of #be9eff

#be9eff #ef9eff #9eafff

Monochromatic Colors of #be9eff

#be9eff

Complementary Color

#be9eff #dfff9e

#be9eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be9eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#be9eff Color CSS Codes

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

#be9eff Text Font Color

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

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


#be9eff Background Color

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

This div background color is #be9eff


#be9eff Border Color

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

This div border color is #be9eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be9eff

Related Colors

#be9eff Color Palettes


Comments

No comments written yet.

Please login to write comment.