Color Hex Logo

#be6afb Color Hex

#BE6AFB
(190,106,251)
0 Favorites   0 Comments

Color spaces of #be6afb

RGB 190106251
HSL0.760.950.70
HSV275°58°98°
CMYK 0.240.580.00   0.02
XYZ43.801828.220394.4052
Yxy28.22030.26320.1696
Hunter Lab53.122854.2153-68.1791
CIE-Lab60.087258.2457-59.5259

#be6afb color RGB value is (190,106,251).

#be6afb hex color red value is 190, green value is 106 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #be6afb hue: 0.76 , saturation: 0.95 and the lightness value of be6afb is 0.70.

The process color (four color CMYK) of #be6afb color hex is 0.24, 0.58, 0.00, 0.02. Web safe color of #be6afb is #cc66ff. Color #be6afb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01101010 11111011
Octal 276 152 373
Decimal 190 106 251
Hex BE 6A FB

RGB Percentages of Color #be6afb

%34.73
%19.38
%45.89

CMYK Percentages of Color #be6afb

%24
%58
%0
%2

Triadic Colors of #be6afb

#be6afb #fbbe6a #6afbbe

Analogous Colors of #be6afb

#be6afb #fb6af0 #766afb

Monochromatic Colors of #be6afb

#be6afb

Complementary Color

#be6afb #a7fb6a

#be6afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be6afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#be6afb Color CSS Codes

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

#be6afb Text Font Color

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

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


#be6afb Background Color

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

This div background color is #be6afb


#be6afb Border Color

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

This div border color is #be6afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be6afb

Related Colors


Comments

No comments written yet.

Please login to write comment.