Color Hex Logo

#be41ef Color Hex

#BE41EF
(190,65,239)
0 Favorites   0 Comments

Color spaces of #be41ef

RGB 19065239
HSL0.790.840.60
HSV283°73°94°
CMYK 0.210.730.00   0.06
XYZ38.705520.959783.6670
Yxy20.95970.27000.1462
Hunter Lab45.781870.7920-76.3063
CIE-Lab52.905473.6021-64.3847

#be41ef color RGB value is (190,65,239).

#be41ef hex color red value is 190, green value is 65 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #be41ef hue: 0.79 , saturation: 0.84 and the lightness value of be41ef is 0.60.

The process color (four color CMYK) of #be41ef color hex is 0.21, 0.73, 0.00, 0.06. Web safe color of #be41ef is #cc33ff. Color #be41ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01000001 11101111
Octal 276 101 357
Decimal 190 65 239
Hex BE 41 EF

RGB Percentages of Color #be41ef

%38.46
%13.16
%48.38

CMYK Percentages of Color #be41ef

%21
%73
%0
%6

Triadic Colors of #be41ef

#be41ef #efbe41 #41efbe

Analogous Colors of #be41ef

#be41ef #ef41c9 #6741ef

Monochromatic Colors of #be41ef

#be41ef

Complementary Color

#be41ef #72ef41

#be41ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be41ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#be41ef Color CSS Codes

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

#be41ef Text Font Color

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

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


#be41ef Background Color

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

This div background color is #be41ef


#be41ef Border Color

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

This div border color is #be41ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be41ef


Comments

No comments written yet.

Please login to write comment.