Color Hex Logo

#be80fd Color Hex

#BE80FD
(190,128,253)
0 Favorites   0 Comments

Color spaces of #be80fd

RGB 190128253
HSL0.750.970.75
HSV270°49°99°
CMYK 0.250.490.00   0.01
XYZ46.684033.477396.9298
Yxy33.47730.26360.1890
Hunter Lab57.859642.7685-58.8244
CIE-Lab64.545547.3206-53.5243

#be80fd color RGB value is (190,128,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10000000 11111101
Octal 276 200 375
Decimal 190 128 253
Hex BE 80 FD

RGB Percentages of Color #be80fd

%33.27
%22.42
%44.31

CMYK Percentages of Color #be80fd

%25
%49
%0
%1

Triadic Colors of #be80fd

#be80fd #fdbe80 #80fdbe

Analogous Colors of #be80fd

#be80fd #fd80fd #8081fd

Monochromatic Colors of #be80fd

#be80fd

Complementary Color

#be80fd #bffd80

#be80fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be80fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#be80fd Color CSS Codes

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

#be80fd Text Font Color

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

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


#be80fd Background Color

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

This div background color is #be80fd


#be80fd Border Color

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

This div border color is #be80fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be80fd


Comments

No comments written yet.

Please login to write comment.