Color Hex Logo

#be5efa Color Hex

#BE5EFA
(190,94,250)
0 Favorites   0 Comments

Color spaces of #be5efa

RGB 19094250
HSL0.770.940.67
HSV277°62°98°
CMYK 0.240.620.00   0.02
XYZ42.493225.854793.1933
Yxy25.85470.26300.1601
Hunter Lab50.847560.1890-73.0734
CIE-Lab57.898963.7933-62.4794

#be5efa color RGB value is (190,94,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01011110 11111010
Octal 276 136 372
Decimal 190 94 250
Hex BE 5E FA

RGB Percentages of Color #be5efa

%35.58
%17.60
%46.82

CMYK Percentages of Color #be5efa

%24
%62
%0
%2

Triadic Colors of #be5efa

#be5efa #fabe5e #5efabe

Analogous Colors of #be5efa

#be5efa #fa5ee8 #705efa

Monochromatic Colors of #be5efa

#be5efa

Complementary Color

#be5efa #9afa5e

#be5efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be5efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#be5efa Color CSS Codes

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

#be5efa Text Font Color

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

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


#be5efa Background Color

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

This div background color is #be5efa


#be5efa Border Color

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

This div border color is #be5efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be5efa

Related Colors


Comments

No comments written yet.

Please login to write comment.