Color Hex Logo

#9a74bb Color Hex

#9A74BB
(154,116,187)
0 Favorites   0 Comments

Color spaces of #9a74bb

RGB 154116187
HSL0.760.340.59
HSV272°38°73°
CMYK 0.180.380.00   0.27
XYZ28.541522.948749.9389
Yxy22.94870.28140.2263
Hunter Lab47.904822.5162-28.2742
CIE-Lab55.019528.7053-31.7900

#9a74bb color RGB value is (154,116,187).

#9a74bb hex color red value is 154, green value is 116 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #9a74bb hue: 0.76 , saturation: 0.34 and the lightness value of 9a74bb is 0.59.

The process color (four color CMYK) of #9a74bb color hex is 0.18, 0.38, 0.00, 0.27. Web safe color of #9a74bb is #9966cc. Color #9a74bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 01110100 10111011
Octal 232 164 273
Decimal 154 116 187
Hex 9A 74 BB

RGB Percentages of Color #9a74bb

%33.70
%25.38
%40.92

CMYK Percentages of Color #9a74bb

%18
%38
%0
%27

Triadic Colors of #9a74bb

#9a74bb #bb9a74 #74bb9a

Analogous Colors of #9a74bb

#9a74bb #bb74b9 #7774bb

Monochromatic Colors of #9a74bb

#9a74bb

Complementary Color

#9a74bb #95bb74

#9a74bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9a74bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9a74bb Color CSS Codes

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

#9a74bb Text Font Color

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

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


#9a74bb Background Color

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

This div background color is #9a74bb


#9a74bb Border Color

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

This div border color is #9a74bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9a74bb


Comments

No comments written yet.

Please login to write comment.