Color Hex Logo

#805efa Color Hex

#805EFA
(128,94,250)
0 Favorites   0 Comments

Color spaces of #805efa

RGB 12894250
HSL0.700.940.67
HSV253°62°98°
CMYK 0.490.620.00   0.02
XYZ30.160119.496792.6161
Yxy19.49670.21200.1370
Hunter Lab44.155144.6530-93.4534
CIE-Lab51.263351.1088-73.5271

#805efa color RGB value is (128,94,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01011110 11111010
Octal 200 136 372
Decimal 128 94 250
Hex 80 5E FA

RGB Percentages of Color #805efa

%27.12
%19.92
%52.97

CMYK Percentages of Color #805efa

%49
%62
%0
%2

Triadic Colors of #805efa

#805efa #fa805e #5efa80

Analogous Colors of #805efa

#805efa #ce5efa #5e8afa

Monochromatic Colors of #805efa

#805efa

Complementary Color

#805efa #d8fa5e

#805efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#805efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#805efa Color CSS Codes

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

#805efa Text Font Color

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

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


#805efa Background Color

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

This div background color is #805efa


#805efa Border Color

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

This div border color is #805efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #805efa


Comments

No comments written yet.

Please login to write comment.