Color Hex Logo

#9554ea Color Hex

#9554EA
(149,84,234)
0 Favorites   0 Comments

Color spaces of #9554ea

RGB 14984234
HSL0.740.780.62
HSV266°64°92°
CMYK 0.360.640.00   0.08
XYZ30.416018.670779.8426
Yxy18.67070.23590.1448
Hunter Lab43.209650.0325-79.3092
CIE-Lab50.299756.2242-66.0424

#9554ea color RGB value is (149,84,234).

#9554ea hex color red value is 149, green value is 84 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #9554ea hue: 0.74 , saturation: 0.78 and the lightness value of 9554ea is 0.62.

The process color (four color CMYK) of #9554ea color hex is 0.36, 0.64, 0.00, 0.08. Web safe color of #9554ea is #9966ff. Color #9554ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01010100 11101010
Octal 225 124 352
Decimal 149 84 234
Hex 95 54 EA

RGB Percentages of Color #9554ea

%31.91
%17.99
%50.11

CMYK Percentages of Color #9554ea

%36
%64
%0
%8

Triadic Colors of #9554ea

#9554ea #ea9554 #54ea95

Analogous Colors of #9554ea

#9554ea #e054ea #545eea

Monochromatic Colors of #9554ea

#9554ea

Complementary Color

#9554ea #a9ea54

#9554ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9554ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#9554ea Color CSS Codes

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

#9554ea Text Font Color

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

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


#9554ea Background Color

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

This div background color is #9554ea


#9554ea Border Color

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

This div border color is #9554ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9554ea


Comments

No comments written yet.

Please login to write comment.