Color Hex Logo

#be6cfb Color Hex

#BE6CFB
(190,108,251)
0 Favorites   0 Comments

Color spaces of #be6cfb

RGB 190108251
HSL0.760.950.70
HSV274°57°98°
CMYK 0.240.570.00   0.02
XYZ44.010428.637394.4747
Yxy28.63730.26330.1714
Hunter Lab53.513853.1513-67.2124
CIE-Lab60.460257.2503-58.9297

#be6cfb color RGB value is (190,108,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01101100 11111011
Octal 276 154 373
Decimal 190 108 251
Hex BE 6C FB

RGB Percentages of Color #be6cfb

%34.61
%19.67
%45.72

CMYK Percentages of Color #be6cfb

%24
%57
%0
%2

Triadic Colors of #be6cfb

#be6cfb #fbbe6c #6cfbbe

Analogous Colors of #be6cfb

#be6cfb #fb6cf1 #776cfb

Monochromatic Colors of #be6cfb

#be6cfb

Complementary Color

#be6cfb #a9fb6c

#be6cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be6cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#be6cfb Color CSS Codes

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

#be6cfb Text Font Color

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

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


#be6cfb Background Color

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

This div background color is #be6cfb


#be6cfb Border Color

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

This div border color is #be6cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be6cfb


Comments

No comments written yet.

Please login to write comment.