Color Hex Logo

#9554ff Color Hex

#9554FF
(149,84,255)
0 Favorites   0 Comments

Color spaces of #9554ff

RGB 14984255
HSL0.731.000.66
HSV263°67°100°
CMYK 0.420.670.00   0.00
XYZ33.614719.950296.6868
Yxy19.95020.22370.1328
Hunter Lab44.665656.1716-97.0779
CIE-Lab51.780961.4314-75.3714

#9554ff color RGB value is (149,84,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01010100 11111111
Octal 225 124 377
Decimal 149 84 255
Hex 95 54 FF

RGB Percentages of Color #9554ff

%30.53
%17.21
%52.25

CMYK Percentages of Color #9554ff

%42
%67
%0
%0

Triadic Colors of #9554ff

#9554ff #ff9554 #54ff95

Analogous Colors of #9554ff

#9554ff #eb54ff #5469ff

Monochromatic Colors of #9554ff

#9554ff

Complementary Color

#9554ff #beff54

#9554ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9554ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#9554ff Color CSS Codes

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

#9554ff Text Font Color

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

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


#9554ff Background Color

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

This div background color is #9554ff


#9554ff Border Color

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

This div border color is #9554ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9554ff

Related Colors


Comments

No comments written yet.

Please login to write comment.