Color Hex Logo

#be06ff Color Hex

#BE06FF
(190,6,255)
0 Favorites   0 Comments

Color spaces of #be06ff

RGB 1906255
HSL0.791.000.51
HSV284°98°100°
CMYK 0.250.980.00   0.00
XYZ39.350318.297496.0655
Yxy18.29740.25600.1190
Hunter Lab42.775589.3499-103.2112
CIE-Lab49.854988.7975-78.2795

#be06ff color RGB value is (190,6,255).

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

The process color (four color CMYK) of #be06ff color hex is 0.25, 0.98, 0.00, 0.00. Web safe color of #be06ff is #cc00ff. Color #be06ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00000110 11111111
Octal 276 6 377
Decimal 190 6 255
Hex BE 6 FF

RGB Percentages of Color #be06ff

%42.13
%1.33
%56.54

CMYK Percentages of Color #be06ff

%25
%98
%0
%0

Triadic Colors of #be06ff

#be06ff #ffbe06 #06ffbe

Analogous Colors of #be06ff

#be06ff #ff06c4 #4206ff

Monochromatic Colors of #be06ff

#be06ff

Complementary Color

#be06ff #47ff06

#be06ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be06ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#be06ff Color CSS Codes

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

#be06ff Text Font Color

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

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


#be06ff Background Color

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

This div background color is #be06ff


#be06ff Border Color

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

This div border color is #be06ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be06ff

Related Colors


Comments

No comments written yet.

Please login to write comment.