Color Hex Logo

#be4fff Color Hex

#BE4FFF
(190,79,255)
0 Favorites   0 Comments

Color spaces of #be4fff

RGB 19079255
HSL0.771.000.65
HSV278°69°100°
CMYK 0.250.690.00   0.00
XYZ42.081223.759196.9758
Yxy23.75910.25850.1459
Hunter Lab48.743368.8023-83.8383
CIE-Lab55.845871.4032-68.5542

#be4fff color RGB value is (190,79,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01001111 11111111
Octal 276 117 377
Decimal 190 79 255
Hex BE 4F FF

RGB Percentages of Color #be4fff

%36.26
%15.08
%48.66

CMYK Percentages of Color #be4fff

%25
%69
%0
%0

Triadic Colors of #be4fff

#be4fff #ffbe4f #4fffbe

Analogous Colors of #be4fff

#be4fff #ff4fe8 #664fff

Monochromatic Colors of #be4fff

#be4fff

Complementary Color

#be4fff #90ff4f

#be4fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be4fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#be4fff Color CSS Codes

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

#be4fff Text Font Color

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

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


#be4fff Background Color

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

This div background color is #be4fff


#be4fff Border Color

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

This div border color is #be4fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be4fff

Related Colors


Comments

No comments written yet.

Please login to write comment.