Color Hex Logo

#807cfe Color Hex

#807CFE
(128,124,254)
0 Favorites   0 Comments

Color spaces of #807cfe

RGB 128124254
HSL0.670.980.74
HSV242°51°100°
CMYK 0.500.510.00   0.00
XYZ33.999126.160397.0234
Yxy26.16030.21630.1664
Hunter Lab51.147129.1470-76.6670
CIE-Lab58.188935.1533-64.5459

#807cfe color RGB value is (128,124,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01111100 11111110
Octal 200 174 376
Decimal 128 124 254
Hex 80 7C FE

RGB Percentages of Color #807cfe

%25.30
%24.51
%50.20

CMYK Percentages of Color #807cfe

%50
%51
%0
%0

Triadic Colors of #807cfe

#807cfe #fe807c #7cfe80

Analogous Colors of #807cfe

#807cfe #c17cfe #7cb9fe

Monochromatic Colors of #807cfe

#807cfe

Complementary Color

#807cfe #fafe7c

#807cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#807cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#807cfe Color CSS Codes

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

#807cfe Text Font Color

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

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


#807cfe Background Color

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

This div background color is #807cfe


#807cfe Border Color

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

This div border color is #807cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #807cfe

Related Colors


Comments

No comments written yet.

Please login to write comment.