Color Hex Logo

#be81fa Color Hex

#BE81FA
(190,129,250)
0 Favorites   0 Comments

Color spaces of #be81fa

RGB 190129250
HSL0.750.920.74
HSV270°48°98°
CMYK 0.240.480.00   0.02
XYZ46.340833.549894.4758
Yxy33.54980.26580.1924
Hunter Lab57.922241.4456-56.1613
CIE-Lab64.603646.1010-51.7865

#be81fa color RGB value is (190,129,250).

#be81fa hex color red value is 190, green value is 129 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #be81fa hue: 0.75 , saturation: 0.92 and the lightness value of be81fa is 0.74.

The process color (four color CMYK) of #be81fa color hex is 0.24, 0.48, 0.00, 0.02. Web safe color of #be81fa is #cc99ff. Color #be81fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10000001 11111010
Octal 276 201 372
Decimal 190 129 250
Hex BE 81 FA

RGB Percentages of Color #be81fa

%33.39
%22.67
%43.94

CMYK Percentages of Color #be81fa

%24
%48
%0
%2

Triadic Colors of #be81fa

#be81fa #fabe81 #81fabe

Analogous Colors of #be81fa

#be81fa #fa81fa #8281fa

Monochromatic Colors of #be81fa

#be81fa

Complementary Color

#be81fa #bdfa81

#be81fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be81fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#be81fa Color CSS Codes

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

#be81fa Text Font Color

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

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


#be81fa Background Color

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

This div background color is #be81fa


#be81fa Border Color

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

This div border color is #be81fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be81fa


Comments

No comments written yet.

Please login to write comment.