Color Hex Logo

#9553ff Color Hex

#9553FF
(149,83,255)
0 Favorites   0 Comments

Color spaces of #9553ff

RGB 14983255
HSL0.731.000.66
HSV263°67°100°
CMYK 0.420.670.00   0.00
XYZ33.537719.796196.6611
Yxy19.79610.22360.1320
Hunter Lab44.492856.6870-97.6632
CIE-Lab51.605961.9154-75.6560

#9553ff color RGB value is (149,83,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01010011 11111111
Octal 225 123 377
Decimal 149 83 255
Hex 95 53 FF

RGB Percentages of Color #9553ff

%30.60
%17.04
%52.36

CMYK Percentages of Color #9553ff

%42
%67
%0
%0

Triadic Colors of #9553ff

#9553ff #ff9553 #53ff95

Analogous Colors of #9553ff

#9553ff #eb53ff #5367ff

Monochromatic Colors of #9553ff

#9553ff

Complementary Color

#9553ff #bdff53

#9553ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9553ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#9553ff Color CSS Codes

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

#9553ff Text Font Color

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

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


#9553ff Background Color

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

This div background color is #9553ff


#9553ff Border Color

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

This div border color is #9553ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9553ff


Comments

No comments written yet.

Please login to write comment.