Color Hex Logo

#8559fe Color Hex

#8559FE
(133,89,254)
0 Favorites   0 Comments

Color spaces of #8559fe

RGB 13389254
HSL0.710.990.67
HSV256°65°100°
CMYK 0.480.650.00   0.00
XYZ31.134619.287195.8477
Yxy19.28710.21290.1319
Hunter Lab43.917149.6910-98.6567
CIE-Lab51.021455.7857-76.1231

#8559fe color RGB value is (133,89,254).

#8559fe hex color red value is 133, green value is 89 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #8559fe hue: 0.71 , saturation: 0.99 and the lightness value of 8559fe is 0.67.

The process color (four color CMYK) of #8559fe color hex is 0.48, 0.65, 0.00, 0.00. Web safe color of #8559fe is #9966ff. Color #8559fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01011001 11111110
Octal 205 131 376
Decimal 133 89 254
Hex 85 59 FE

RGB Percentages of Color #8559fe

%27.94
%18.70
%53.36

CMYK Percentages of Color #8559fe

%48
%65
%0
%0

Triadic Colors of #8559fe

#8559fe #fe8559 #59fe85

Analogous Colors of #8559fe

#8559fe #d859fe #5980fe

Monochromatic Colors of #8559fe

#8559fe

Complementary Color

#8559fe #d2fe59

#8559fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8559fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#8559fe Color CSS Codes

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

#8559fe Text Font Color

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

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


#8559fe Background Color

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

This div background color is #8559fe


#8559fe Border Color

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

This div border color is #8559fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8559fe


Comments

No comments written yet.

Please login to write comment.