Color Hex Logo

#8557be Color Hex

#8557BE
(133,87,190)
0 Favorites   0 Comments

Color spaces of #8557be

RGB 13387190
HSL0.740.440.54
HSV267°54°75°
CMYK 0.300.540.00   0.25
XYZ22.375315.520650.5317
Yxy15.52060.25300.1755
Hunter Lab39.396232.4368-48.4712
CIE-Lab46.339140.0277-47.3640

#8557be color RGB value is (133,87,190).

#8557be hex color red value is 133, green value is 87 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #8557be hue: 0.74 , saturation: 0.44 and the lightness value of 8557be is 0.54.

The process color (four color CMYK) of #8557be color hex is 0.30, 0.54, 0.00, 0.25. Web safe color of #8557be is #9966cc. Color #8557be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01010111 10111110
Octal 205 127 276
Decimal 133 87 190
Hex 85 57 BE

RGB Percentages of Color #8557be

%32.44
%21.22
%46.34

CMYK Percentages of Color #8557be

%30
%54
%0
%25

Triadic Colors of #8557be

#8557be #be8557 #57be85

Analogous Colors of #8557be

#8557be #b957be #575dbe

Monochromatic Colors of #8557be

#8557be

Complementary Color

#8557be #90be57

#8557be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8557be Color Preview on White Background

Lorem ipsum dolor sit amet.

#8557be Color CSS Codes

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

#8557be Text Font Color

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

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


#8557be Background Color

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

This div background color is #8557be


#8557be Border Color

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

This div border color is #8557be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8557be


Comments

No comments written yet.

Please login to write comment.