Color Hex Logo

#9174ce Color Hex

#9174CE
(145,116,206)
0 Favorites   0 Comments

Color spaces of #9174ce

RGB 145116206
HSL0.720.480.63
HSV259°44°81°
CMYK 0.300.440.00   0.19
XYZ29.063022.966861.2938
Yxy22.96680.25650.2027
Hunter Lab47.923724.3837-42.2846
CIE-Lab55.038130.6518-42.6592

#9174ce color RGB value is (145,116,206).

#9174ce hex color red value is 145, green value is 116 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #9174ce hue: 0.72 , saturation: 0.48 and the lightness value of 9174ce is 0.63.

The process color (four color CMYK) of #9174ce color hex is 0.30, 0.44, 0.00, 0.19. Web safe color of #9174ce is #9966cc. Color #9174ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010001 01110100 11001110
Octal 221 164 316
Decimal 145 116 206
Hex 91 74 CE

RGB Percentages of Color #9174ce

%31.05
%24.84
%44.11

CMYK Percentages of Color #9174ce

%30
%44
%0
%19

Triadic Colors of #9174ce

#9174ce #ce9174 #74ce91

Analogous Colors of #9174ce

#9174ce #be74ce #7484ce

Monochromatic Colors of #9174ce

#9174ce

Complementary Color

#9174ce #b1ce74

#9174ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9174ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#9174ce Color CSS Codes

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

#9174ce Text Font Color

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

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


#9174ce Background Color

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

This div background color is #9174ce


#9174ce Border Color

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

This div border color is #9174ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(145,116,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 #9174ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9174ce


Comments

No comments written yet.

Please login to write comment.