Color Hex Logo

#be3ffa Color Hex

#BE3FFA
(190,63,250)
0 Favorites   0 Comments

Color spaces of #be3ffa

RGB 19063250
HSL0.780.950.61
HSV281°75°98°
CMYK 0.240.750.00   0.02
XYZ40.268021.404392.4516
Yxy21.40430.26130.1389
Hunter Lab46.264874.3997-86.0947
CIE-Lab53.389276.4381-69.7496

#be3ffa color RGB value is (190,63,250).

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

The process color (four color CMYK) of #be3ffa color hex is 0.24, 0.75, 0.00, 0.02. Web safe color of #be3ffa is #cc33ff. Color #be3ffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00111111 11111010
Octal 276 77 372
Decimal 190 63 250
Hex BE 3F FA

RGB Percentages of Color #be3ffa

%37.77
%12.52
%49.70

CMYK Percentages of Color #be3ffa

%24
%75
%0
%2

Triadic Colors of #be3ffa

#be3ffa #fabe3f #3ffabe

Analogous Colors of #be3ffa

#be3ffa #fa3fd9 #613ffa

Monochromatic Colors of #be3ffa

#be3ffa

Complementary Color

#be3ffa #7bfa3f

#be3ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be3ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#be3ffa Color CSS Codes

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

#be3ffa Text Font Color

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

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


#be3ffa Background Color

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

This div background color is #be3ffa


#be3ffa Border Color

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

This div border color is #be3ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be3ffa


Comments

No comments written yet.

Please login to write comment.