Color Hex Logo

#be3cfa Color Hex

#BE3CFA
(190,60,250)
0 Favorites   0 Comments

Color spaces of #be3cfa

RGB 19060250
HSL0.780.950.61
HSV281°76°98°
CMYK 0.240.760.00   0.02
XYZ40.106421.081092.3977
Yxy21.08100.26110.1373
Hunter Lab45.914175.5720-87.1757
CIE-Lab53.038077.4486-70.3182

#be3cfa color RGB value is (190,60,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00111100 11111010
Octal 276 74 372
Decimal 190 60 250
Hex BE 3C FA

RGB Percentages of Color #be3cfa

%38.00
%12.00
%50.00

CMYK Percentages of Color #be3cfa

%24
%76
%0
%2

Triadic Colors of #be3cfa

#be3cfa #fabe3c #3cfabe

Analogous Colors of #be3cfa

#be3cfa #fa3cd7 #5f3cfa

Monochromatic Colors of #be3cfa

#be3cfa

Complementary Color

#be3cfa #78fa3c

#be3cfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be3cfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#be3cfa Color CSS Codes

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

#be3cfa Text Font Color

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

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


#be3cfa Background Color

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

This div background color is #be3cfa


#be3cfa Border Color

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

This div border color is #be3cfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be3cfa


Comments

No comments written yet.

Please login to write comment.