Color Hex Logo

#be1faa Color Hex

#BE1FAA
(190,31,170)
0 Favorites   0 Comments

Color spaces of #be1faa

RGB 19031170
HSL0.850.720.43
HSV308°84°75°
CMYK 0.000.840.11   0.25
XYZ28.980914.829439.3651
Yxy14.82940.34840.1783
Hunter Lab38.509066.9440-33.6519
CIE-Lab45.399671.8795-36.6163

#be1faa color RGB value is (190,31,170).

#be1faa hex color red value is 190, green value is 31 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #be1faa hue: 0.85 , saturation: 0.72 and the lightness value of be1faa is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00011111 10101010
Octal 276 37 252
Decimal 190 31 170
Hex BE 1F AA

RGB Percentages of Color #be1faa

%48.59
%7.93
%43.48

CMYK Percentages of Color #be1faa

%0
%84
%11
%25

Triadic Colors of #be1faa

#be1faa #aabe1f #1faabe

Analogous Colors of #be1faa

#be1faa #be1f5b #831fbe

Monochromatic Colors of #be1faa

#be1faa

Complementary Color

#be1faa #1fbe33

#be1faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be1faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#be1faa Color CSS Codes

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

#be1faa Text Font Color

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

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


#be1faa Background Color

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

This div background color is #be1faa


#be1faa Border Color

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

This div border color is #be1faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be1faa


Comments

No comments written yet.

Please login to write comment.