Color Hex Logo

#9c75cd Color Hex

#9C75CD
(156,117,205)
0 Favorites   0 Comments

Color spaces of #9c75cd

RGB 156117205
HSL0.740.470.63
HSV267°43°80°
CMYK 0.240.430.00   0.20
XYZ31.091024.198360.7897
Yxy24.19830.26780.2085
Hunter Lab49.191826.7329-38.8346
CIE-Lab56.285832.9335-40.0540

#9c75cd color RGB value is (156,117,205).

#9c75cd hex color red value is 156, green value is 117 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #9c75cd hue: 0.74 , saturation: 0.47 and the lightness value of 9c75cd is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 01110101 11001101
Octal 234 165 315
Decimal 156 117 205
Hex 9C 75 CD

RGB Percentages of Color #9c75cd

%32.64
%24.48
%42.89

CMYK Percentages of Color #9c75cd

%24
%43
%0
%20

Triadic Colors of #9c75cd

#9c75cd #cd9c75 #75cd9c

Analogous Colors of #9c75cd

#9c75cd #c875cd #757acd

Monochromatic Colors of #9c75cd

#9c75cd

Complementary Color

#9c75cd #a6cd75

#9c75cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c75cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c75cd Color CSS Codes

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

#9c75cd Text Font Color

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

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


#9c75cd Background Color

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

This div background color is #9c75cd


#9c75cd Border Color

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

This div border color is #9c75cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(156,117,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9c75cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9c75cd;
  -webkit-box-shadow: 1px 1px 3px 2px #9c75cd;
  box-shadow:         1px 1px 3px 2px #9c75cd; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c75cd


Comments

No comments written yet.

Please login to write comment.