Color Hex Logo

#9a55dc Color Hex

#9A55DC
(154,85,220)
0 Favorites   0 Comments

Color spaces of #9a55dc

RGB 15485220
HSL0.750.660.60
HSV271°61°86°
CMYK 0.300.610.00   0.14
XYZ29.493218.534369.7332
Yxy18.53430.25050.1574
Hunter Lab43.051546.9446-65.8997
CIE-Lab50.137853.4276-58.3636

#9a55dc color RGB value is (154,85,220).

#9a55dc hex color red value is 154, green value is 85 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #9a55dc hue: 0.75 , saturation: 0.66 and the lightness value of 9a55dc is 0.60.

The process color (four color CMYK) of #9a55dc color hex is 0.30, 0.61, 0.00, 0.14. Web safe color of #9a55dc is #9966cc. Color #9a55dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 01010101 11011100
Octal 232 125 334
Decimal 154 85 220
Hex 9A 55 DC

RGB Percentages of Color #9a55dc

%33.55
%18.52
%47.93

CMYK Percentages of Color #9a55dc

%30
%61
%0
%14

Triadic Colors of #9a55dc

#9a55dc #dc9a55 #55dc9a

Analogous Colors of #9a55dc

#9a55dc #dc55db #5655dc

Monochromatic Colors of #9a55dc

#9a55dc

Complementary Color

#9a55dc #97dc55

#9a55dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9a55dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9a55dc Color CSS Codes

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

#9a55dc Text Font Color

<p style="color:#9a55dc">Text here</p>

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


#9a55dc Background Color

<div style="background-color:#9a55dc">
Div content here</div>

This div background color is #9a55dc


#9a55dc Border Color

<div style="border:3px solid #9a55dc">
Div here</div>

This div border color is #9a55dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(154,85,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9a55dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9a55dc;
  -webkit-box-shadow: 1px 1px 3px 2px #9a55dc;
  box-shadow:         1px 1px 3px 2px #9a55dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(154,85,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9a55dc


Comments

No comments written yet.

Please login to write comment.