Color Hex Logo

#be80fc Color Hex

#BE80FC
(190,128,252)
0 Favorites   0 Comments

Color spaces of #be80fc

RGB 190128252
HSL0.750.950.75
HSV270°49°99°
CMYK 0.250.490.00   0.01
XYZ46.525133.413896.0928
Yxy33.41380.26430.1898
Hunter Lab57.804742.5107-58.0987
CIE-Lab64.494647.0921-53.0567

#be80fc color RGB value is (190,128,252).

#be80fc hex color red value is 190, green value is 128 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #be80fc hue: 0.75 , saturation: 0.95 and the lightness value of be80fc is 0.75.

The process color (four color CMYK) of #be80fc color hex is 0.25, 0.49, 0.00, 0.01. Web safe color of #be80fc is #cc99ff. Color #be80fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10000000 11111100
Octal 276 200 374
Decimal 190 128 252
Hex BE 80 FC

RGB Percentages of Color #be80fc

%33.33
%22.46
%44.21

CMYK Percentages of Color #be80fc

%25
%49
%0
%1

Triadic Colors of #be80fc

#be80fc #fcbe80 #80fcbe

Analogous Colors of #be80fc

#be80fc #fc80fc #8080fc

Monochromatic Colors of #be80fc

#be80fc

Complementary Color

#be80fc #befc80

#be80fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be80fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#be80fc Color CSS Codes

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

#be80fc Text Font Color

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

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


#be80fc Background Color

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

This div background color is #be80fc


#be80fc Border Color

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

This div border color is #be80fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be80fc


Comments

No comments written yet.

Please login to write comment.