Color Hex Logo

#9174af Color Hex

#9174AF
(145,116,175)
0 Favorites   0 Comments

Color spaces of #9174af

RGB 145116175
HSL0.750.270.57
HSV269°34°69°
CMYK 0.170.340.00   0.31
XYZ25.660321.605743.3753
Yxy21.60570.28310.2384
Hunter Lab46.481917.1973-22.7900
CIE-Lab53.606123.1288-27.1498

#9174af color RGB value is (145,116,175).

#9174af hex color red value is 145, green value is 116 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #9174af hue: 0.75 , saturation: 0.27 and the lightness value of 9174af is 0.57.

The process color (four color CMYK) of #9174af color hex is 0.17, 0.34, 0.00, 0.31. Web safe color of #9174af is #996699. Color #9174af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010001 01110100 10101111
Octal 221 164 257
Decimal 145 116 175
Hex 91 74 AF

RGB Percentages of Color #9174af

%33.26
%26.61
%40.14

CMYK Percentages of Color #9174af

%17
%34
%0
%31

Triadic Colors of #9174af

#9174af #af9174 #74af91

Analogous Colors of #9174af

#9174af #af74af #7475af

Monochromatic Colors of #9174af

#9174af

Complementary Color

#9174af #92af74

#9174af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9174af Color Preview on White Background

Lorem ipsum dolor sit amet.

#9174af Color CSS Codes

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

#9174af Text Font Color

<p style="color:#9174af">Text here</p>

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


#9174af Background Color

<div style="background-color:#9174af">
Div content here</div>

This div background color is #9174af


#9174af Border Color

<div style="border:3px solid #9174af">
Div here</div>

This div border color is #9174af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(145,116,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9174af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9174af;
  -webkit-box-shadow: 1px 1px 3px 2px #9174af;
  box-shadow:         1px 1px 3px 2px #9174af; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9174af


Comments

No comments written yet.

Please login to write comment.