Color Hex Logo

#807efb Color Hex

#807EFB
(128,126,251)
0 Favorites   0 Comments

Color spaces of #807efb

RGB 128126251
HSL0.670.940.74
HSV241°50°98°
CMYK 0.490.500.00   0.02
XYZ33.775526.475994.5970
Yxy26.47590.21810.1710
Hunter Lab51.454727.1237-72.9834
CIE-Lab58.486033.0926-62.4156

#807efb color RGB value is (128,126,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01111110 11111011
Octal 200 176 373
Decimal 128 126 251
Hex 80 7E FB

RGB Percentages of Color #807efb

%25.35
%24.95
%49.70

CMYK Percentages of Color #807efb

%49
%50
%0
%2

Triadic Colors of #807efb

#807efb #fb807e #7efb80

Analogous Colors of #807efb

#807efb #bf7efb #7ebbfb

Monochromatic Colors of #807efb

#807efb

Complementary Color

#807efb #f9fb7e

#807efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#807efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#807efb Color CSS Codes

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

#807efb Text Font Color

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

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


#807efb Background Color

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

This div background color is #807efb


#807efb Border Color

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

This div border color is #807efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #807efb

Related Colors


Comments

No comments written yet.

Please login to write comment.