Color Hex Logo

#be8cfe Color Hex

#BE8CFE
(190,140,254)
0 Favorites   0 Comments

Color spaces of #be8cfe

RGB 190140254
HSL0.740.980.77
HSV266°45°100°
CMYK 0.250.450.00   0.00
XYZ48.502736.859198.3241
Yxy36.85910.26410.2007
Hunter Lab60.711736.3586-53.5234
CIE-Lab67.171241.0609-49.9154

#be8cfe color RGB value is (190,140,254).

#be8cfe hex color red value is 190, green value is 140 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #be8cfe hue: 0.74 , saturation: 0.98 and the lightness value of be8cfe is 0.77.

The process color (four color CMYK) of #be8cfe color hex is 0.25, 0.45, 0.00, 0.00. Web safe color of #be8cfe is #cc99ff. Color #be8cfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10001100 11111110
Octal 276 214 376
Decimal 190 140 254
Hex BE 8C FE

RGB Percentages of Color #be8cfe

%32.53
%23.97
%43.49

CMYK Percentages of Color #be8cfe

%25
%45
%0
%0

Triadic Colors of #be8cfe

#be8cfe #febe8c #8cfebe

Analogous Colors of #be8cfe

#be8cfe #f78cfe #8c93fe

Monochromatic Colors of #be8cfe

#be8cfe

Complementary Color

#be8cfe #ccfe8c

#be8cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be8cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#be8cfe Color CSS Codes

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

#be8cfe Text Font Color

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

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


#be8cfe Background Color

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

This div background color is #be8cfe


#be8cfe Border Color

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

This div border color is #be8cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be8cfe

Related Colors


Comments

No comments written yet.

Please login to write comment.