Color Hex Logo

#8813fe Color Hex

#8813FE
(136,19,254)
0 Favorites   0 Comments

Color spaces of #8813fe

RGB 13619254
HSL0.750.990.54
HSV270°93°100°
CMYK 0.460.930.00   0.00
XYZ28.275612.855794.7570
Yxy12.85570.20810.0946
Hunter Lab35.854878.0215-131.5929
CIE-Lab42.545081.4315-90.0077

#8813fe color RGB value is (136,19,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00010011 11111110
Octal 210 23 376
Decimal 136 19 254
Hex 88 13 FE

RGB Percentages of Color #8813fe

%33.25
%4.65
%62.10

CMYK Percentages of Color #8813fe

%46
%93
%0
%0

Triadic Colors of #8813fe

#8813fe #fe8813 #13fe88

Analogous Colors of #8813fe

#8813fe #fe13fe #1314fe

Monochromatic Colors of #8813fe

#8813fe

Complementary Color

#8813fe #89fe13

#8813fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8813fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#8813fe Color CSS Codes

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

#8813fe Text Font Color

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

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


#8813fe Background Color

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

This div background color is #8813fe


#8813fe Border Color

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

This div border color is #8813fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8813fe


Comments

No comments written yet.

Please login to write comment.