Color Hex Logo

#803efb Color Hex

#803EFB
(128,62,251)
0 Favorites   0 Comments

Color spaces of #803efb

RGB 12862251
HSL0.720.960.61
HSV261°75°98°
CMYK 0.490.750.00   0.02
XYZ28.037314.999592.6842
Yxy14.99950.20660.1105
Hunter Lab38.729261.4458-114.7786
CIE-Lab45.633567.1786-83.2801

#803efb color RGB value is (128,62,251).

#803efb hex color red value is 128, green value is 62 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #803efb hue: 0.72 , saturation: 0.96 and the lightness value of 803efb is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00111110 11111011
Octal 200 76 373
Decimal 128 62 251
Hex 80 3E FB

RGB Percentages of Color #803efb

%29.02
%14.06
%56.92

CMYK Percentages of Color #803efb

%49
%75
%0
%2

Triadic Colors of #803efb

#803efb #fb803e #3efb80

Analogous Colors of #803efb

#803efb #df3efb #3e5afb

Monochromatic Colors of #803efb

#803efb

Complementary Color

#803efb #b9fb3e

#803efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#803efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#803efb Color CSS Codes

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

#803efb Text Font Color

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

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


#803efb Background Color

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

This div background color is #803efb


#803efb Border Color

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

This div border color is #803efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #803efb


Comments

No comments written yet.

Please login to write comment.