Color Hex Logo

#be1ff6 Color Hex

#BE1FF6
(190,31,246)
0 Favorites   0 Comments

Color spaces of #be1ff6

RGB 19031246
HSL0.790.920.54
HSV284°87°96°
CMYK 0.230.870.00   0.04
XYZ38.359718.580988.7535
Yxy18.58090.26330.1275
Hunter Lab43.105683.4126-91.9030
CIE-Lab50.193284.1853-72.7002

#be1ff6 color RGB value is (190,31,246).

#be1ff6 hex color red value is 190, green value is 31 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #be1ff6 hue: 0.79 , saturation: 0.92 and the lightness value of be1ff6 is 0.54.

The process color (four color CMYK) of #be1ff6 color hex is 0.23, 0.87, 0.00, 0.04. Web safe color of #be1ff6 is #cc33ff. Color #be1ff6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00011111 11110110
Octal 276 37 366
Decimal 190 31 246
Hex BE 1F F6

RGB Percentages of Color #be1ff6

%40.69
%6.64
%52.68

CMYK Percentages of Color #be1ff6

%23
%87
%0
%4

Triadic Colors of #be1ff6

#be1ff6 #f6be1f #1ff6be

Analogous Colors of #be1ff6

#be1ff6 #f61fc3 #531ff6

Monochromatic Colors of #be1ff6

#be1ff6

Complementary Color

#be1ff6 #57f61f

#be1ff6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be1ff6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be1ff6 Color CSS Codes

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

#be1ff6 Text Font Color

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

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


#be1ff6 Background Color

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

This div background color is #be1ff6


#be1ff6 Border Color

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

This div border color is #be1ff6


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,31,246, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #be1ff6">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be1ff6

#be1ff6 Color Palettes


Comments

No comments written yet.

Please login to write comment.