Color Hex Logo

#9554ef Color Hex

#9554EF
(149,84,239)
0 Favorites   0 Comments

Color spaces of #9554ef

RGB 14984239
HSL0.740.830.63
HSV265°65°94°
CMYK 0.380.650.00   0.06
XYZ31.144718.962283.6799
Yxy18.96220.23280.1417
Hunter Lab43.545651.4620-83.4534
CIE-Lab50.643057.4543-68.2948

#9554ef color RGB value is (149,84,239).

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

The process color (four color CMYK) of #9554ef color hex is 0.38, 0.65, 0.00, 0.06. Web safe color of #9554ef is #9966ff. Color #9554ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01010100 11101111
Octal 225 124 357
Decimal 149 84 239
Hex 95 54 EF

RGB Percentages of Color #9554ef

%31.57
%17.80
%50.64

CMYK Percentages of Color #9554ef

%38
%65
%0
%6

Triadic Colors of #9554ef

#9554ef #ef9554 #54ef95

Analogous Colors of #9554ef

#9554ef #e354ef #5460ef

Monochromatic Colors of #9554ef

#9554ef

Complementary Color

#9554ef #aeef54

#9554ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9554ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#9554ef Color CSS Codes

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

#9554ef Text Font Color

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

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


#9554ef Background Color

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

This div background color is #9554ef


#9554ef Border Color

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

This div border color is #9554ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9554ef


Comments

No comments written yet.

Please login to write comment.