Color Hex Logo

#8557dc Color Hex

#8557DC
(133,87,220)
0 Favorites   0 Comments

Color spaces of #8557dc

RGB 13387220
HSL0.720.660.60
HSV261°60°86°
CMYK 0.400.600.00   0.14
XYZ25.999316.970269.6154
Yxy16.97020.23090.1507
Hunter Lab41.194940.5655-71.3579
CIE-Lab48.222547.7511-61.5689

#8557dc color RGB value is (133,87,220).

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

The process color (four color CMYK) of #8557dc color hex is 0.40, 0.60, 0.00, 0.14. Web safe color of #8557dc is #9966cc. Color #8557dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01010111 11011100
Octal 205 127 334
Decimal 133 87 220
Hex 85 57 DC

RGB Percentages of Color #8557dc

%30.23
%19.77
%50.00

CMYK Percentages of Color #8557dc

%40
%60
%0
%14

Triadic Colors of #8557dc

#8557dc #dc8557 #57dc85

Analogous Colors of #8557dc

#8557dc #c857dc #576cdc

Monochromatic Colors of #8557dc

#8557dc

Complementary Color

#8557dc #aedc57

#8557dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8557dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8557dc Color CSS Codes

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

#8557dc Text Font Color

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

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


#8557dc Background Color

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

This div background color is #8557dc


#8557dc Border Color

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

This div border color is #8557dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8557dc


Comments

No comments written yet.

Please login to write comment.