Color Hex Logo

#9a84cc Color Hex

#9A84CC
(154,132,204)
0 Favorites   0 Comments

Color spaces of #9a84cc

RGB 154132204
HSL0.720.410.66
HSV258°35°80°
CMYK 0.250.350.00   0.20
XYZ32.476827.732260.7679
Yxy27.73220.26850.2292
Hunter Lab52.661417.9254-31.5540
CIE-Lab59.646023.4941-34.2409

#9a84cc color RGB value is (154,132,204).

#9a84cc hex color red value is 154, green value is 132 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #9a84cc hue: 0.72 , saturation: 0.41 and the lightness value of 9a84cc is 0.66.

The process color (four color CMYK) of #9a84cc color hex is 0.25, 0.35, 0.00, 0.20. Web safe color of #9a84cc is #9999cc. Color #9a84cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 10000100 11001100
Octal 232 204 314
Decimal 154 132 204
Hex 9A 84 CC

RGB Percentages of Color #9a84cc

%31.43
%26.94
%41.63

CMYK Percentages of Color #9a84cc

%25
%35
%0
%20

Triadic Colors of #9a84cc

#9a84cc #cc9a84 #84cc9a

Analogous Colors of #9a84cc

#9a84cc #be84cc #8492cc

Monochromatic Colors of #9a84cc

#9a84cc

Complementary Color

#9a84cc #b6cc84

#9a84cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9a84cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9a84cc Color CSS Codes

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

#9a84cc Text Font Color

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

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


#9a84cc Background Color

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

This div background color is #9a84cc


#9a84cc Border Color

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

This div border color is #9a84cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9a84cc


Comments

No comments written yet.

Please login to write comment.