Color Hex Logo

#807fed Color Hex

#807FED
(128,127,237)
0 Favorites   0 Comments

Color spaces of #807fed

RGB 128127237
HSL0.670.750.71
HSV241°46°93°
CMYK 0.460.460.00   0.07
XYZ31.777525.882483.4417
Yxy25.88240.22520.1834
Hunter Lab50.874722.4643-61.6316
CIE-Lab57.925328.3841-55.5651

#807fed color RGB value is (128,127,237).

#807fed hex color red value is 128, green value is 127 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #807fed hue: 0.67 , saturation: 0.75 and the lightness value of 807fed is 0.71.

The process color (four color CMYK) of #807fed color hex is 0.46, 0.46, 0.00, 0.07. Web safe color of #807fed is #9966ff. Color #807fed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01111111 11101101
Octal 200 177 355
Decimal 128 127 237
Hex 80 7F ED

RGB Percentages of Color #807fed

%26.02
%25.81
%48.17

CMYK Percentages of Color #807fed

%46
%46
%0
%7

Triadic Colors of #807fed

#807fed #ed807f #7fed80

Analogous Colors of #807fed

#807fed #b77fed #7fb5ed

Monochromatic Colors of #807fed

#807fed

Complementary Color

#807fed #eced7f

#807fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#807fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#807fed Color CSS Codes

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

#807fed Text Font Color

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

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


#807fed Background Color

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

This div background color is #807fed


#807fed Border Color

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

This div border color is #807fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #807fed


Comments

No comments written yet.

Please login to write comment.