Color Hex Logo

#9555ff Color Hex

#9555FF
(149,85,255)
0 Favorites   0 Comments

Color spaces of #9555ff

RGB 14985255
HSL0.731.000.67
HSV263°67°100°
CMYK 0.420.670.00   0.00
XYZ33.692920.106696.7129
Yxy20.10660.22390.1336
Hunter Lab44.840455.6536-96.4899
CIE-Lab51.957560.9439-75.0841

#9555ff color RGB value is (149,85,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01010101 11111111
Octal 225 125 377
Decimal 149 85 255
Hex 95 55 FF

RGB Percentages of Color #9555ff

%30.47
%17.38
%52.15

CMYK Percentages of Color #9555ff

%42
%67
%0
%0

Triadic Colors of #9555ff

#9555ff #ff9555 #55ff95

Analogous Colors of #9555ff

#9555ff #ea55ff #556aff

Monochromatic Colors of #9555ff

#9555ff

Complementary Color

#9555ff #bfff55

#9555ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9555ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#9555ff Color CSS Codes

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

#9555ff Text Font Color

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

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


#9555ff Background Color

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

This div background color is #9555ff


#9555ff Border Color

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

This div border color is #9555ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9555ff


Comments

No comments written yet.

Please login to write comment.