Color Hex Logo

#be61fa Color Hex

#BE61FA
(190,97,250)
0 Favorites   0 Comments

Color spaces of #be61fa

RGB 19097250
HSL0.770.940.68
HSV276°61°98°
CMYK 0.240.610.00   0.02
XYZ42.765226.398793.2840
Yxy26.39870.26330.1625
Hunter Lab51.379758.6578-71.6801
CIE-Lab58.413662.3888-61.6535

#be61fa color RGB value is (190,97,250).

#be61fa hex color red value is 190, green value is 97 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #be61fa hue: 0.77 , saturation: 0.94 and the lightness value of be61fa is 0.68.

The process color (four color CMYK) of #be61fa color hex is 0.24, 0.61, 0.00, 0.02. Web safe color of #be61fa is #cc66ff. Color #be61fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01100001 11111010
Octal 276 141 372
Decimal 190 97 250
Hex BE 61 FA

RGB Percentages of Color #be61fa

%35.38
%18.06
%46.55

CMYK Percentages of Color #be61fa

%24
%61
%0
%2

Triadic Colors of #be61fa

#be61fa #fabe61 #61fabe

Analogous Colors of #be61fa

#be61fa #fa61ea #7261fa

Monochromatic Colors of #be61fa

#be61fa

Complementary Color

#be61fa #9dfa61

#be61fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be61fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#be61fa Color CSS Codes

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

#be61fa Text Font Color

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

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


#be61fa Background Color

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

This div background color is #be61fa


#be61fa Border Color

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

This div border color is #be61fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be61fa


Comments

No comments written yet.

Please login to write comment.