Color Hex Logo

#9c628c Color Hex

#9C628C
(156,98,140)
0 Favorites   0 Comments

Color spaces of #9c628c

RGB 15698140
HSL0.880.230.50
HSV317°37°61°
CMYK 0.000.370.10   0.39
XYZ22.811617.696727.0245
Yxy17.69670.33780.2620
Hunter Lab42.067423.1758-8.6412
CIE-Lab49.126230.0085-13.4021

#9c628c color RGB value is (156,98,140).

#9c628c hex color red value is 156, green value is 98 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #9c628c hue: 0.88 , saturation: 0.23 and the lightness value of 9c628c is 0.50.

The process color (four color CMYK) of #9c628c color hex is 0.00, 0.37, 0.10, 0.39. Web safe color of #9c628c is #996699. Color #9c628c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 01100010 10001100
Octal 234 142 214
Decimal 156 98 140
Hex 9C 62 8C

RGB Percentages of Color #9c628c

%39.59
%24.87
%35.53

CMYK Percentages of Color #9c628c

%0
%37
%10
%39

Triadic Colors of #9c628c

#9c628c #8c9c62 #628c9c

Analogous Colors of #9c628c

#9c628c #9c626f #8f629c

Monochromatic Colors of #9c628c

#9c628c

Complementary Color

#9c628c #629c72

#9c628c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c628c Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c628c Color CSS Codes

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

#9c628c Text Font Color

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

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


#9c628c Background Color

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

This div background color is #9c628c


#9c628c Border Color

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

This div border color is #9c628c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(156,98,140, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c628c


Comments

No comments written yet.

Please login to write comment.