Color Hex Logo

#be3aea Color Hex

#BE3AEA
(190,58,234)
0 Favorites   0 Comments

Color spaces of #be3aea

RGB 19058234
HSL0.790.810.57
HSV285°75°92°
CMYK 0.190.750.00   0.08
XYZ37.599519.913879.7039
Yxy19.91380.27400.1451
Hunter Lab44.624972.3049-74.6597
CIE-Lab51.739675.0627-63.4553

#be3aea color RGB value is (190,58,234).

#be3aea hex color red value is 190, green value is 58 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #be3aea hue: 0.79 , saturation: 0.81 and the lightness value of be3aea is 0.57.

The process color (four color CMYK) of #be3aea color hex is 0.19, 0.75, 0.00, 0.08. Web safe color of #be3aea is #cc33ff. Color #be3aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00111010 11101010
Octal 276 72 352
Decimal 190 58 234
Hex BE 3A EA

RGB Percentages of Color #be3aea

%39.42
%12.03
%48.55

CMYK Percentages of Color #be3aea

%19
%75
%0
%8

Triadic Colors of #be3aea

#be3aea #eabe3a #3aeabe

Analogous Colors of #be3aea

#be3aea #ea3abe #663aea

Monochromatic Colors of #be3aea

#be3aea

Complementary Color

#be3aea #66ea3a

#be3aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be3aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#be3aea Color CSS Codes

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

#be3aea Text Font Color

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

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


#be3aea Background Color

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

This div background color is #be3aea


#be3aea Border Color

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

This div border color is #be3aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be3aea


Comments

No comments written yet.

Please login to write comment.