Color Hex Logo

#be92fa Color Hex

#BE92FA
(190,146,250)
0 Favorites   0 Comments

Color spaces of #be92fa

RGB 190146250
HSL0.740.910.78
HSV265°42°98°
CMYK 0.240.420.00   0.02
XYZ48.769438.407095.2854
Yxy38.40700.26730.2105
Hunter Lab61.973432.0156-47.7783
CIE-Lab68.319536.8422-45.9232

#be92fa color RGB value is (190,146,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10010010 11111010
Octal 276 222 372
Decimal 190 146 250
Hex BE 92 FA

RGB Percentages of Color #be92fa

%32.42
%24.91
%42.66

CMYK Percentages of Color #be92fa

%24
%42
%0
%2

Triadic Colors of #be92fa

#be92fa #fabe92 #92fabe

Analogous Colors of #be92fa

#be92fa #f292fa #929afa

Monochromatic Colors of #be92fa

#be92fa

Complementary Color

#be92fa #cefa92

#be92fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be92fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#be92fa Color CSS Codes

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

#be92fa Text Font Color

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

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


#be92fa Background Color

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

This div background color is #be92fa


#be92fa Border Color

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

This div border color is #be92fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be92fa


Comments

No comments written yet.

Please login to write comment.