Color Hex Logo

#be46ff Color Hex

#BE46FF
(190,70,255)
0 Favorites   0 Comments

Color spaces of #be46ff

RGB 19070255
HSL0.771.000.64
HSV279°73°100°
CMYK 0.250.730.00   0.00
XYZ41.475422.547596.7738
Yxy22.54750.25790.1402
Hunter Lab47.484272.8147-87.5953
CIE-Lab54.603274.9218-70.5630

#be46ff color RGB value is (190,70,255).

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

The process color (four color CMYK) of #be46ff color hex is 0.25, 0.73, 0.00, 0.00. Web safe color of #be46ff is #cc33ff. Color #be46ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01000110 11111111
Octal 276 106 377
Decimal 190 70 255
Hex BE 46 FF

RGB Percentages of Color #be46ff

%36.89
%13.59
%49.51

CMYK Percentages of Color #be46ff

%25
%73
%0
%0

Triadic Colors of #be46ff

#be46ff #ffbe46 #46ffbe

Analogous Colors of #be46ff

#be46ff #ff46e4 #6246ff

Monochromatic Colors of #be46ff

#be46ff

Complementary Color

#be46ff #87ff46

#be46ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be46ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#be46ff Color CSS Codes

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

#be46ff Text Font Color

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

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


#be46ff Background Color

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

This div background color is #be46ff


#be46ff Border Color

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

This div border color is #be46ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be46ff


Comments

No comments written yet.

Please login to write comment.