Color Hex Logo

#be4ffa Color Hex

#BE4FFA
(190,79,250)
0 Favorites   0 Comments

Color spaces of #be4ffa

RGB 19079250
HSL0.770.940.65
HSV279°68°98°
CMYK 0.240.680.00   0.02
XYZ41.286523.441292.7911
Yxy23.44120.26210.1488
Hunter Lab48.416167.4864-79.7400
CIE-Lab55.523970.3764-66.3006

#be4ffa color RGB value is (190,79,250).

#be4ffa hex color red value is 190, green value is 79 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #be4ffa hue: 0.77 , saturation: 0.94 and the lightness value of be4ffa is 0.65.

The process color (four color CMYK) of #be4ffa color hex is 0.24, 0.68, 0.00, 0.02. Web safe color of #be4ffa is #cc66ff. Color #be4ffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01001111 11111010
Octal 276 117 372
Decimal 190 79 250
Hex BE 4F FA

RGB Percentages of Color #be4ffa

%36.61
%15.22
%48.17

CMYK Percentages of Color #be4ffa

%24
%68
%0
%2

Triadic Colors of #be4ffa

#be4ffa #fabe4f #4ffabe

Analogous Colors of #be4ffa

#be4ffa #fa4fe1 #694ffa

Monochromatic Colors of #be4ffa

#be4ffa

Complementary Color

#be4ffa #8bfa4f

#be4ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be4ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#be4ffa Color CSS Codes

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

#be4ffa Text Font Color

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

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


#be4ffa Background Color

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

This div background color is #be4ffa


#be4ffa Border Color

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

This div border color is #be4ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be4ffa


Comments

No comments written yet.

Please login to write comment.