Color Hex Logo

#9a7ccc Color Hex

#9A7CCC
(154,124,204)
0 Favorites   0 Comments

Color spaces of #9a7ccc

RGB 154124204
HSL0.730.440.64
HSV263°39°80°
CMYK 0.250.390.00   0.20
XYZ31.433225.645060.4200
Yxy25.64500.26750.2183
Hunter Lab50.640922.1748-35.2907
CIE-Lab57.698528.1034-37.2837

#9a7ccc color RGB value is (154,124,204).

#9a7ccc hex color red value is 154, green value is 124 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #9a7ccc hue: 0.73 , saturation: 0.44 and the lightness value of 9a7ccc is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 01111100 11001100
Octal 232 174 314
Decimal 154 124 204
Hex 9A 7C CC

RGB Percentages of Color #9a7ccc

%31.95
%25.73
%42.32

CMYK Percentages of Color #9a7ccc

%25
%39
%0
%20

Triadic Colors of #9a7ccc

#9a7ccc #cc9a7c #7ccc9a

Analogous Colors of #9a7ccc

#9a7ccc #c27ccc #7c86cc

Monochromatic Colors of #9a7ccc

#9a7ccc

Complementary Color

#9a7ccc #aecc7c

#9a7ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9a7ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9a7ccc Color CSS Codes

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

#9a7ccc Text Font Color

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

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


#9a7ccc Background Color

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

This div background color is #9a7ccc


#9a7ccc Border Color

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

This div border color is #9a7ccc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(154,124,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 #9a7ccc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9a7ccc


Comments

No comments written yet.

Please login to write comment.