Color Hex Logo

#be49ef Color Hex

#BE49EF
(190,73,239)
0 Favorites   0 Comments

Color spaces of #be49ef

RGB 19073239
HSL0.780.840.61
HSV282°69°94°
CMYK 0.210.690.00   0.06
XYZ39.197721.944283.8311
Yxy21.94420.27040.1514
Hunter Lab46.844667.3835-73.3115
CIE-Lab53.967770.5872-62.6727

#be49ef color RGB value is (190,73,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01001001 11101111
Octal 276 111 357
Decimal 190 73 239
Hex BE 49 EF

RGB Percentages of Color #be49ef

%37.85
%14.54
%47.61

CMYK Percentages of Color #be49ef

%21
%69
%0
%6

Triadic Colors of #be49ef

#be49ef #efbe49 #49efbe

Analogous Colors of #be49ef

#be49ef #ef49cd #6b49ef

Monochromatic Colors of #be49ef

#be49ef

Complementary Color

#be49ef #7aef49

#be49ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be49ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#be49ef Color CSS Codes

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

#be49ef Text Font Color

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

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


#be49ef Background Color

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

This div background color is #be49ef


#be49ef Border Color

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

This div border color is #be49ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be49ef


Comments

No comments written yet.

Please login to write comment.