Color Hex Logo

#8557fa Color Hex

#8557FA
(133,87,250)
0 Favorites   0 Comments

Color spaces of #8557fa

RGB 13387250
HSL0.710.940.66
HSV257°65°98°
CMYK 0.470.650.00   0.02
XYZ30.336418.705192.4540
Yxy18.70510.21440.1322
Hunter Lab43.249449.5187-96.4693
CIE-Lab50.340455.7502-75.0078

#8557fa color RGB value is (133,87,250).

#8557fa hex color red value is 133, green value is 87 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #8557fa hue: 0.71 , saturation: 0.94 and the lightness value of 8557fa is 0.66.

The process color (four color CMYK) of #8557fa color hex is 0.47, 0.65, 0.00, 0.02. Web safe color of #8557fa is #9966ff. Color #8557fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01010111 11111010
Octal 205 127 372
Decimal 133 87 250
Hex 85 57 FA

RGB Percentages of Color #8557fa

%28.30
%18.51
%53.19

CMYK Percentages of Color #8557fa

%47
%65
%0
%2

Triadic Colors of #8557fa

#8557fa #fa8557 #57fa85

Analogous Colors of #8557fa

#8557fa #d757fa #577bfa

Monochromatic Colors of #8557fa

#8557fa

Complementary Color

#8557fa #ccfa57

#8557fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8557fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8557fa Color CSS Codes

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

#8557fa Text Font Color

<p style="color:#8557fa">Text here</p>

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


#8557fa Background Color

<div style="background-color:#8557fa">
Div content here</div>

This div background color is #8557fa


#8557fa Border Color

<div style="border:3px solid #8557fa">
Div here</div>

This div border color is #8557fa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,87,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8557fa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8557fa;
  -webkit-box-shadow: 1px 1px 3px 2px #8557fa;
  box-shadow:         1px 1px 3px 2px #8557fa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,87,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8557fa


Comments

No comments written yet.

Please login to write comment.