Color Hex Logo

#9557dc Color Hex

#9557DC
(149,87,220)
0 Favorites   0 Comments

Color spaces of #9557dc

RGB 14987220
HSL0.740.660.60
HSV268°60°86°
CMYK 0.320.600.00   0.14
XYZ28.720918.373369.7428
Yxy18.37330.24580.1573
Hunter Lab42.864144.5910-66.4640
CIE-Lab49.945851.2746-58.7027

#9557dc color RGB value is (149,87,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01010111 11011100
Octal 225 127 334
Decimal 149 87 220
Hex 95 57 DC

RGB Percentages of Color #9557dc

%32.68
%19.08
%48.25

CMYK Percentages of Color #9557dc

%32
%60
%0
%14

Triadic Colors of #9557dc

#9557dc #dc9557 #57dc95

Analogous Colors of #9557dc

#9557dc #d857dc #575bdc

Monochromatic Colors of #9557dc

#9557dc

Complementary Color

#9557dc #9edc57

#9557dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9557dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9557dc Color CSS Codes

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

#9557dc Text Font Color

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

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


#9557dc Background Color

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

This div background color is #9557dc


#9557dc Border Color

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

This div border color is #9557dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,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 #9557dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9557dc


Comments

No comments written yet.

Please login to write comment.