Color Hex Logo

#be5eff Color Hex

#BE5EFF
(190,94,255)
0 Favorites   0 Comments

Color spaces of #be5eff

RGB 19094255
HSL0.771.000.68
HSV276°63°100°
CMYK 0.250.630.00   0.00
XYZ43.287926.172697.3780
Yxy26.17260.25950.1569
Hunter Lab51.159261.5078-77.0431
CIE-Lab58.200564.8618-64.7600

#be5eff color RGB value is (190,94,255).

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

The process color (four color CMYK) of #be5eff color hex is 0.25, 0.63, 0.00, 0.00. Web safe color of #be5eff is #cc66ff. Color #be5eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01011110 11111111
Octal 276 136 377
Decimal 190 94 255
Hex BE 5E FF

RGB Percentages of Color #be5eff

%35.25
%17.44
%47.31

CMYK Percentages of Color #be5eff

%25
%63
%0
%0

Triadic Colors of #be5eff

#be5eff #ffbe5e #5effbe

Analogous Colors of #be5eff

#be5eff #ff5ef0 #6e5eff

Monochromatic Colors of #be5eff

#be5eff

Complementary Color

#be5eff #9fff5e

#be5eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be5eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#be5eff Color CSS Codes

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

#be5eff Text Font Color

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

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


#be5eff Background Color

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

This div background color is #be5eff


#be5eff Border Color

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

This div border color is #be5eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be5eff

Related Colors


Comments

No comments written yet.

Please login to write comment.