Color Hex Logo

#be6fff Color Hex

#BE6FFF
(190,111,255)
0 Favorites   0 Comments

Color spaces of #be6fff

RGB 190111255
HSL0.761.000.72
HSV273°56°100°
CMYK 0.250.560.00   0.00
XYZ44.969629.536097.9386
Yxy29.53600.26080.1713
Hunter Lab54.347052.5930-68.8034
CIE-Lab61.251856.6282-59.8683

#be6fff color RGB value is (190,111,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01101111 11111111
Octal 276 157 377
Decimal 190 111 255
Hex BE 6F FF

RGB Percentages of Color #be6fff

%34.17
%19.96
%45.86

CMYK Percentages of Color #be6fff

%25
%56
%0
%0

Triadic Colors of #be6fff

#be6fff #ffbe6f #6fffbe

Analogous Colors of #be6fff

#be6fff #ff6ff8 #766fff

Monochromatic Colors of #be6fff

#be6fff

Complementary Color

#be6fff #b0ff6f

#be6fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be6fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#be6fff Color CSS Codes

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

#be6fff Text Font Color

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

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


#be6fff Background Color

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

This div background color is #be6fff


#be6fff Border Color

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

This div border color is #be6fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be6fff

Related Colors


Comments

No comments written yet.

Please login to write comment.