Color Hex Logo

#9a55ce Color Hex

#9A55CE
(154,85,206)
0 Favorites   0 Comments

Color spaces of #9a55ce

RGB 15485206
HSL0.760.550.57
HSV274°59°81°
CMYK 0.250.590.00   0.19
XYZ27.715517.823360.3720
Yxy17.82330.26170.1683
Hunter Lab42.217743.3027-55.2334
CIE-Lab49.281150.1780-51.7531

#9a55ce color RGB value is (154,85,206).

#9a55ce hex color red value is 154, green value is 85 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #9a55ce hue: 0.76 , saturation: 0.55 and the lightness value of 9a55ce is 0.57.

The process color (four color CMYK) of #9a55ce color hex is 0.25, 0.59, 0.00, 0.19. Web safe color of #9a55ce is #9966cc. Color #9a55ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 01010101 11001110
Octal 232 125 316
Decimal 154 85 206
Hex 9A 55 CE

RGB Percentages of Color #9a55ce

%34.61
%19.10
%46.29

CMYK Percentages of Color #9a55ce

%25
%59
%0
%19

Triadic Colors of #9a55ce

#9a55ce #ce9a55 #55ce9a

Analogous Colors of #9a55ce

#9a55ce #ce55c6 #5e55ce

Monochromatic Colors of #9a55ce

#9a55ce

Complementary Color

#9a55ce #89ce55

#9a55ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9a55ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#9a55ce Color CSS Codes

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

#9a55ce Text Font Color

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

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


#9a55ce Background Color

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

This div background color is #9a55ce


#9a55ce Border Color

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

This div border color is #9a55ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9a55ce


Comments

No comments written yet.

Please login to write comment.