Color Hex Logo

#be2faa Color Hex

#BE2FAA
(190,47,170)
0 Favorites   0 Comments

Color spaces of #be2faa

RGB 19047170
HSL0.860.600.46
HSV308°75°75°
CMYK 0.000.750.11   0.25
XYZ29.507415.882539.5406
Yxy15.88250.34740.1870
Hunter Lab39.852962.4205-30.9285
CIE-Lab46.820067.7832-34.3789

#be2faa color RGB value is (190,47,170).

#be2faa hex color red value is 190, green value is 47 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #be2faa hue: 0.86 , saturation: 0.60 and the lightness value of be2faa is 0.46.

The process color (four color CMYK) of #be2faa color hex is 0.00, 0.75, 0.11, 0.25. Web safe color of #be2faa is #cc3399. Color #be2faa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00101111 10101010
Octal 276 57 252
Decimal 190 47 170
Hex BE 2F AA

RGB Percentages of Color #be2faa

%46.68
%11.55
%41.77

CMYK Percentages of Color #be2faa

%0
%75
%11
%25

Triadic Colors of #be2faa

#be2faa #aabe2f #2faabe

Analogous Colors of #be2faa

#be2faa #be2f62 #8b2fbe

Monochromatic Colors of #be2faa

#be2faa

Complementary Color

#be2faa #2fbe43

#be2faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be2faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#be2faa Color CSS Codes

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

#be2faa Text Font Color

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

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


#be2faa Background Color

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

This div background color is #be2faa


#be2faa Border Color

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

This div border color is #be2faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be2faa


Comments

No comments written yet.

Please login to write comment.