Color Hex Logo

#805efb Color Hex

#805EFB
(128,94,251)
0 Favorites   0 Comments

Color spaces of #805efb

RGB 12894251
HSL0.700.950.68
HSV253°63°98°
CMYK 0.490.630.00   0.02
XYZ30.317419.559693.4443
Yxy19.55960.21150.1365
Hunter Lab44.226244.9671-94.3137
CIE-Lab51.335651.3892-73.9657

#805efb color RGB value is (128,94,251).

#805efb hex color red value is 128, green value is 94 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #805efb hue: 0.70 , saturation: 0.95 and the lightness value of 805efb is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01011110 11111011
Octal 200 136 373
Decimal 128 94 251
Hex 80 5E FB

RGB Percentages of Color #805efb

%27.06
%19.87
%53.07

CMYK Percentages of Color #805efb

%49
%63
%0
%2

Triadic Colors of #805efb

#805efb #fb805e #5efb80

Analogous Colors of #805efb

#805efb #cf5efb #5e8bfb

Monochromatic Colors of #805efb

#805efb

Complementary Color

#805efb #d9fb5e

#805efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#805efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#805efb Color CSS Codes

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

#805efb Text Font Color

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

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


#805efb Background Color

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

This div background color is #805efb


#805efb Border Color

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

This div border color is #805efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #805efb


Comments

No comments written yet.

Please login to write comment.