Color Hex Logo

#be5bfa Color Hex

#BE5BFA
(190,91,250)
0 Favorites   0 Comments

Color spaces of #be5bfa

RGB 19091250
HSL0.770.940.67
HSV277°64°98°
CMYK 0.240.640.00   0.02
XYZ42.231625.331493.1061
Yxy25.33140.26280.1577
Hunter Lab50.330361.6993-74.4494
CIE-Lab57.396965.1708-63.2856

#be5bfa color RGB value is (190,91,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01011011 11111010
Octal 276 133 372
Decimal 190 91 250
Hex BE 5B FA

RGB Percentages of Color #be5bfa

%35.78
%17.14
%47.08

CMYK Percentages of Color #be5bfa

%24
%64
%0
%2

Triadic Colors of #be5bfa

#be5bfa #fabe5b #5bfabe

Analogous Colors of #be5bfa

#be5bfa #fa5be7 #6f5bfa

Monochromatic Colors of #be5bfa

#be5bfa

Complementary Color

#be5bfa #97fa5b

#be5bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be5bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#be5bfa Color CSS Codes

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

#be5bfa Text Font Color

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

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


#be5bfa Background Color

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

This div background color is #be5bfa


#be5bfa Border Color

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

This div border color is #be5bfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be5bfa


Comments

No comments written yet.

Please login to write comment.