Color Hex Logo

#be6eff Color Hex

#BE6EFF
(190,110,255)
0 Favorites   0 Comments

Color spaces of #be6eff

RGB 190110255
HSL0.761.000.72
HSV273°57°100°
CMYK 0.250.570.00   0.00
XYZ44.861129.319097.9024
Yxy29.31900.26070.1704
Hunter Lab54.147053.1309-69.2984
CIE-Lab61.062157.1321-60.1715

#be6eff color RGB value is (190,110,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01101110 11111111
Octal 276 156 377
Decimal 190 110 255
Hex BE 6E FF

RGB Percentages of Color #be6eff

%34.23
%19.82
%45.95

CMYK Percentages of Color #be6eff

%25
%57
%0
%0

Triadic Colors of #be6eff

#be6eff #ffbe6e #6effbe

Analogous Colors of #be6eff

#be6eff #ff6ef8 #766eff

Monochromatic Colors of #be6eff

#be6eff

Complementary Color

#be6eff #afff6e

#be6eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be6eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#be6eff Color CSS Codes

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

#be6eff Text Font Color

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

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


#be6eff Background Color

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

This div background color is #be6eff


#be6eff Border Color

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

This div border color is #be6eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be6eff

Related Colors


Comments

No comments written yet.

Please login to write comment.