Color Hex Logo

#8879fe Color Hex

#8879FE
(136,121,254)
0 Favorites   0 Comments

Color spaces of #8879fe

RGB 136121254
HSL0.690.990.74
HSV247°52°100°
CMYK 0.460.520.00   0.00
XYZ34.880126.064796.9585
Yxy26.06470.22090.1651
Hunter Lab51.053632.6084-76.8632
CIE-Lab58.098438.5829-64.6590

#8879fe color RGB value is (136,121,254).

#8879fe hex color red value is 136, green value is 121 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #8879fe hue: 0.69 , saturation: 0.99 and the lightness value of 8879fe is 0.74.

The process color (four color CMYK) of #8879fe color hex is 0.46, 0.52, 0.00, 0.00. Web safe color of #8879fe is #9966ff. Color #8879fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01111001 11111110
Octal 210 171 376
Decimal 136 121 254
Hex 88 79 FE

RGB Percentages of Color #8879fe

%26.61
%23.68
%49.71

CMYK Percentages of Color #8879fe

%46
%52
%0
%0

Triadic Colors of #8879fe

#8879fe #fe8879 #79fe88

Analogous Colors of #8879fe

#8879fe #cb79fe #79adfe

Monochromatic Colors of #8879fe

#8879fe

Complementary Color

#8879fe #effe79

#8879fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8879fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#8879fe Color CSS Codes

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

#8879fe Text Font Color

<p style="color:#8879fe">Text here</p>

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


#8879fe Background Color

<div style="background-color:#8879fe">
Div content here</div>

This div background color is #8879fe


#8879fe Border Color

<div style="border:3px solid #8879fe">
Div here</div>

This div border color is #8879fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,121,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8879fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8879fe;
  -webkit-box-shadow: 1px 1px 3px 2px #8879fe;
  box-shadow:         1px 1px 3px 2px #8879fe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,121,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 #8879fe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8879fe

Related Colors


Comments

No comments written yet.

Please login to write comment.