Color Hex Logo

#be79fe Color Hex

#BE79FE
(190,121,254)
0 Favorites   0 Comments

Color spaces of #be79fe

RGB 190121254
HSL0.750.990.74
HSV271°52°100°
CMYK 0.250.520.00   0.00
XYZ45.962031.777797.4772
Yxy31.77770.26230.1814
Hunter Lab56.371746.8873-63.0633
CIE-Lab63.158751.2539-56.2768

#be79fe color RGB value is (190,121,254).

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

The process color (four color CMYK) of #be79fe color hex is 0.25, 0.52, 0.00, 0.00. Web safe color of #be79fe is #cc66ff. Color #be79fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01111001 11111110
Octal 276 171 376
Decimal 190 121 254
Hex BE 79 FE

RGB Percentages of Color #be79fe

%33.63
%21.42
%44.96

CMYK Percentages of Color #be79fe

%25
%52
%0
%0

Triadic Colors of #be79fe

#be79fe #febe79 #79febe

Analogous Colors of #be79fe

#be79fe #fe79fc #7c79fe

Monochromatic Colors of #be79fe

#be79fe

Complementary Color

#be79fe #b9fe79

#be79fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be79fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#be79fe Color CSS Codes

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

#be79fe Text Font Color

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

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


#be79fe Background Color

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

This div background color is #be79fe


#be79fe Border Color

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

This div border color is #be79fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be79fe

Related Colors


Comments

No comments written yet.

Please login to write comment.