Color Hex Logo

#8814fe Color Hex

#8814FE
(136,20,254)
0 Favorites   0 Comments

Color spaces of #8814fe

RGB 13620254
HSL0.750.990.54
HSV270°92°100°
CMYK 0.460.920.00   0.00
XYZ28.292912.890394.7628
Yxy12.89030.20810.0948
Hunter Lab35.903177.8340-131.3583
CIE-Lab42.597581.2733-89.9211

#8814fe color RGB value is (136,20,254).

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

The process color (four color CMYK) of #8814fe color hex is 0.46, 0.92, 0.00, 0.00. Web safe color of #8814fe is #9900ff. Color #8814fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00010100 11111110
Octal 210 24 376
Decimal 136 20 254
Hex 88 14 FE

RGB Percentages of Color #8814fe

%33.17
%4.88
%61.95

CMYK Percentages of Color #8814fe

%46
%92
%0
%0

Triadic Colors of #8814fe

#8814fe #fe8814 #14fe88

Analogous Colors of #8814fe

#8814fe #fd14fe #1415fe

Monochromatic Colors of #8814fe

#8814fe

Complementary Color

#8814fe #8afe14

#8814fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8814fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#8814fe Color CSS Codes

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

#8814fe Text Font Color

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

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


#8814fe Background Color

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

This div background color is #8814fe


#8814fe Border Color

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

This div border color is #8814fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8814fe

Related Colors


Comments

No comments written yet.

Please login to write comment.