Color Hex Logo

#9177cd Color Hex

#9177CD
(145,119,205)
0 Favorites   0 Comments

Color spaces of #9177cd

RGB 145119205
HSL0.720.460.64
HSV258°42°80°
CMYK 0.290.420.00   0.20
XYZ29.293323.621260.7730
Yxy23.62120.25770.2078
Hunter Lab48.601622.5331-40.1169
CIE-Lab55.706528.6582-41.0377

#9177cd color RGB value is (145,119,205).

#9177cd hex color red value is 145, green value is 119 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #9177cd hue: 0.72 , saturation: 0.46 and the lightness value of 9177cd is 0.64.

The process color (four color CMYK) of #9177cd color hex is 0.29, 0.42, 0.00, 0.20. Web safe color of #9177cd is #9966cc. Color #9177cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010001 01110111 11001101
Octal 221 167 315
Decimal 145 119 205
Hex 91 77 CD

RGB Percentages of Color #9177cd

%30.92
%25.37
%43.71

CMYK Percentages of Color #9177cd

%29
%42
%0
%20

Triadic Colors of #9177cd

#9177cd #cd9177 #77cd91

Analogous Colors of #9177cd

#9177cd #bc77cd #7788cd

Monochromatic Colors of #9177cd

#9177cd

Complementary Color

#9177cd #b3cd77

#9177cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9177cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9177cd Color CSS Codes

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

#9177cd Text Font Color

<p style="color:#9177cd">Text here</p>

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


#9177cd Background Color

<div style="background-color:#9177cd">
Div content here</div>

This div background color is #9177cd


#9177cd Border Color

<div style="border:3px solid #9177cd">
Div here</div>

This div border color is #9177cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(145,119,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9177cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9177cd;
  -webkit-box-shadow: 1px 1px 3px 2px #9177cd;
  box-shadow:         1px 1px 3px 2px #9177cd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9177cd


Comments

No comments written yet.

Please login to write comment.