Color Hex Logo

#be3eff Color Hex

#BE3EFF
(190,62,255)
0 Favorites   0 Comments

Color spaces of #be3eff

RGB 19062255
HSL0.781.000.62
HSV280°76°100°
CMYK 0.250.760.00   0.00
XYZ41.007821.612496.6180
Yxy21.61240.25750.1357
Hunter Lab46.489176.0978-90.6795
CIE-Lab53.613377.7577-72.1664

#be3eff color RGB value is (190,62,255).

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

The process color (four color CMYK) of #be3eff color hex is 0.25, 0.76, 0.00, 0.00. Web safe color of #be3eff is #cc33ff. Color #be3eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00111110 11111111
Octal 276 76 377
Decimal 190 62 255
Hex BE 3E FF

RGB Percentages of Color #be3eff

%37.48
%12.23
%50.30

CMYK Percentages of Color #be3eff

%25
%76
%0
%0

Triadic Colors of #be3eff

#be3eff #ffbe3e #3effbe

Analogous Colors of #be3eff

#be3eff #ff3ee0 #5d3eff

Monochromatic Colors of #be3eff

#be3eff

Complementary Color

#be3eff #7fff3e

#be3eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be3eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#be3eff Color CSS Codes

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

#be3eff Text Font Color

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

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


#be3eff Background Color

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

This div background color is #be3eff


#be3eff Border Color

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

This div border color is #be3eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be3eff

Related Colors


Comments

No comments written yet.

Please login to write comment.