Color Hex Logo

#be80fb Color Hex

#BE80FB
(190,128,251)
0 Favorites   0 Comments

Color spaces of #be80fb

RGB 190128251
HSL0.750.940.74
HSV270°49°98°
CMYK 0.240.490.00   0.02
XYZ46.367033.350595.2603
Yxy33.35050.26500.1906
Hunter Lab57.749942.2541-57.3758
CIE-Lab64.443746.8645-52.5888

#be80fb color RGB value is (190,128,251).

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

The process color (four color CMYK) of #be80fb color hex is 0.24, 0.49, 0.00, 0.02. Web safe color of #be80fb is #cc99ff. Color #be80fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10000000 11111011
Octal 276 200 373
Decimal 190 128 251
Hex BE 80 FB

RGB Percentages of Color #be80fb

%33.39
%22.50
%44.11

CMYK Percentages of Color #be80fb

%24
%49
%0
%2

Triadic Colors of #be80fb

#be80fb #fbbe80 #80fbbe

Analogous Colors of #be80fb

#be80fb #fb80fb #8180fb

Monochromatic Colors of #be80fb

#be80fb

Complementary Color

#be80fb #bdfb80

#be80fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be80fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#be80fb Color CSS Codes

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

#be80fb Text Font Color

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

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


#be80fb Background Color

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

This div background color is #be80fb


#be80fb Border Color

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

This div border color is #be80fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be80fb


Comments

No comments written yet.

Please login to write comment.