Color Hex Logo

#be0efe Color Hex

#BE0EFE
(190,14,254)
0 Favorites   0 Comments

Color spaces of #be0efe

RGB 19014254
HSL0.790.990.53
HSV284°94°100°
CMYK 0.250.940.00   0.00
XYZ39.281618.417095.2504
Yxy18.41700.25680.1204
Hunter Lab42.915088.2859-101.5543
CIE-Lab49.998087.9634-77.4885

#be0efe color RGB value is (190,14,254).

#be0efe hex color red value is 190, green value is 14 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #be0efe hue: 0.79 , saturation: 0.99 and the lightness value of be0efe is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00001110 11111110
Octal 276 16 376
Decimal 190 14 254
Hex BE E FE

RGB Percentages of Color #be0efe

%41.48
%3.06
%55.46

CMYK Percentages of Color #be0efe

%25
%94
%0
%0

Triadic Colors of #be0efe

#be0efe #febe0e #0efebe

Analogous Colors of #be0efe

#be0efe #fe0ec6 #460efe

Monochromatic Colors of #be0efe

#be0efe

Complementary Color

#be0efe #4efe0e

#be0efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be0efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#be0efe Color CSS Codes

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

#be0efe Text Font Color

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

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


#be0efe Background Color

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

This div background color is #be0efe


#be0efe Border Color

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

This div border color is #be0efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be0efe


Comments

No comments written yet.

Please login to write comment.