Color Hex Logo

#9557ff Color Hex

#9557FF
(149,87,255)
0 Favorites   0 Comments

Color spaces of #9557ff

RGB 14987255
HSL0.731.000.67
HSV262°66°100°
CMYK 0.420.660.00   0.00
XYZ33.852620.426096.7661
Yxy20.42600.22410.1352
Hunter Lab45.195154.6107-95.3077
CIE-Lab52.315559.9592-74.5022

#9557ff color RGB value is (149,87,255).

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

The process color (four color CMYK) of #9557ff color hex is 0.42, 0.66, 0.00, 0.00. Web safe color of #9557ff is #9966ff. Color #9557ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01010111 11111111
Octal 225 127 377
Decimal 149 87 255
Hex 95 57 FF

RGB Percentages of Color #9557ff

%30.35
%17.72
%51.93

CMYK Percentages of Color #9557ff

%42
%66
%0
%0

Triadic Colors of #9557ff

#9557ff #ff9557 #57ff95

Analogous Colors of #9557ff

#9557ff #e957ff #576dff

Monochromatic Colors of #9557ff

#9557ff

Complementary Color

#9557ff #c1ff57

#9557ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9557ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#9557ff Color CSS Codes

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

#9557ff Text Font Color

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

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


#9557ff Background Color

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

This div background color is #9557ff


#9557ff Border Color

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

This div border color is #9557ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9557ff

Related Colors


Comments

No comments written yet.

Please login to write comment.