Color Hex Logo

#807cfb Color Hex

#807CFB
(128,124,251)
0 Favorites   0 Comments

Color spaces of #807cfb

RGB 128124251
HSL0.670.940.74
HSV242°51°98°
CMYK 0.490.510.00   0.02
XYZ33.522325.969594.5126
Yxy25.96950.21770.1686
Hunter Lab50.960328.2390-74.2890
CIE-Lab58.008134.2656-63.1829

#807cfb color RGB value is (128,124,251).

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

The process color (four color CMYK) of #807cfb color hex is 0.49, 0.51, 0.00, 0.02. Web safe color of #807cfb is #9966ff. Color #807cfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01111100 11111011
Octal 200 174 373
Decimal 128 124 251
Hex 80 7C FB

RGB Percentages of Color #807cfb

%25.45
%24.65
%49.90

CMYK Percentages of Color #807cfb

%49
%51
%0
%2

Triadic Colors of #807cfb

#807cfb #fb807c #7cfb80

Analogous Colors of #807cfb

#807cfb #c07cfb #7cb8fb

Monochromatic Colors of #807cfb

#807cfb

Complementary Color

#807cfb #f7fb7c

#807cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#807cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#807cfb Color CSS Codes

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

#807cfb Text Font Color

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

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


#807cfb Background Color

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

This div background color is #807cfb


#807cfb Border Color

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

This div border color is #807cfb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,124,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 #807cfb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #807cfb


Comments

No comments written yet.

Please login to write comment.