Color Hex Logo

#807efa Color Hex

#807EFA
(128,126,250)
0 Favorites   0 Comments

Color spaces of #807efa

RGB 128126250
HSL0.670.930.74
HSV241°50°98°
CMYK 0.490.500.00   0.02
XYZ33.618326.413093.7688
Yxy26.41300.21860.1717
Hunter Lab51.393626.8242-72.2005
CIE-Lab58.427032.7968-61.9589

#807efa color RGB value is (128,126,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01111110 11111010
Octal 200 176 372
Decimal 128 126 250
Hex 80 7E FA

RGB Percentages of Color #807efa

%25.40
%25.00
%49.60

CMYK Percentages of Color #807efa

%49
%50
%0
%2

Triadic Colors of #807efa

#807efa #fa807e #7efa80

Analogous Colors of #807efa

#807efa #be7efa #7ebafa

Monochromatic Colors of #807efa

#807efa

Complementary Color

#807efa #f8fa7e

#807efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#807efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#807efa Color CSS Codes

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

#807efa Text Font Color

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

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


#807efa Background Color

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

This div background color is #807efa


#807efa Border Color

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

This div border color is #807efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #807efa


Comments

No comments written yet.

Please login to write comment.