Color Hex Logo

#8557cc Color Hex

#8557CC
(133,87,204)
0 Favorites   0 Comments

Color spaces of #8557cc

RGB 13387204
HSL0.730.530.57
HSV264°57°80°
CMYK 0.350.570.00   0.20
XYZ23.980116.162658.9825
Yxy16.16260.24190.1631
Hunter Lab40.202736.1168-58.8440
CIE-Lab47.187143.5839-54.0930

#8557cc color RGB value is (133,87,204).

#8557cc hex color red value is 133, green value is 87 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #8557cc hue: 0.73 , saturation: 0.53 and the lightness value of 8557cc is 0.57.

The process color (four color CMYK) of #8557cc color hex is 0.35, 0.57, 0.00, 0.20. Web safe color of #8557cc is #9966cc. Color #8557cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01010111 11001100
Octal 205 127 314
Decimal 133 87 204
Hex 85 57 CC

RGB Percentages of Color #8557cc

%31.37
%20.52
%48.11

CMYK Percentages of Color #8557cc

%35
%57
%0
%20

Triadic Colors of #8557cc

#8557cc #cc8557 #57cc85

Analogous Colors of #8557cc

#8557cc #c057cc #5764cc

Monochromatic Colors of #8557cc

#8557cc

Complementary Color

#8557cc #9ecc57

#8557cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8557cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8557cc Color CSS Codes

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

#8557cc Text Font Color

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

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


#8557cc Background Color

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

This div background color is #8557cc


#8557cc Border Color

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

This div border color is #8557cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8557cc


Comments

No comments written yet.

Please login to write comment.