Color Hex Logo

#9557e5 Color Hex

#9557E5
(149,87,229)
0 Favorites   0 Comments

Color spaces of #9557e5

RGB 14987229
HSL0.740.730.62
HSV266°62°90°
CMYK 0.350.620.00   0.10
XYZ29.945518.863176.1914
Yxy18.86310.23960.1509
Hunter Lab43.431747.0677-73.6092
CIE-Lab50.526753.4734-62.8589

#9557e5 color RGB value is (149,87,229).

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

The process color (four color CMYK) of #9557e5 color hex is 0.35, 0.62, 0.00, 0.10. Web safe color of #9557e5 is #9966cc. Color #9557e5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01010111 11100101
Octal 225 127 345
Decimal 149 87 229
Hex 95 57 E5

RGB Percentages of Color #9557e5

%32.04
%18.71
%49.25

CMYK Percentages of Color #9557e5

%35
%62
%0
%10

Triadic Colors of #9557e5

#9557e5 #e59557 #57e595

Analogous Colors of #9557e5

#9557e5 #dc57e5 #5760e5

Monochromatic Colors of #9557e5

#9557e5

Complementary Color

#9557e5 #a7e557

#9557e5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9557e5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9557e5 Color CSS Codes

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

#9557e5 Text Font Color

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

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


#9557e5 Background Color

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

This div background color is #9557e5


#9557e5 Border Color

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

This div border color is #9557e5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9557e5


Comments

No comments written yet.

Please login to write comment.