Color Hex Logo

#9f628c Color Hex

#9F628C
(159,98,140)
0 Favorites   0 Comments

Color spaces of #9f628c

RGB 15998140
HSL0.890.240.50
HSV319°38°62°
CMYK 0.000.380.12   0.38
XYZ23.399417.999727.0520
Yxy17.99970.34180.2630
Hunter Lab42.426124.2032-8.1067
CIE-Lab49.495731.0617-12.8075

#9f628c color RGB value is (159,98,140).

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

The process color (four color CMYK) of #9f628c color hex is 0.00, 0.38, 0.12, 0.38. Web safe color of #9f628c is #996699. Color #9f628c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 01100010 10001100
Octal 237 142 214
Decimal 159 98 140
Hex 9F 62 8C

RGB Percentages of Color #9f628c

%40.05
%24.69
%35.26

CMYK Percentages of Color #9f628c

%0
%38
%12
%38

Triadic Colors of #9f628c

#9f628c #8c9f62 #628c9f

Analogous Colors of #9f628c

#9f628c #9f626e #94629f

Monochromatic Colors of #9f628c

#9f628c

Complementary Color

#9f628c #629f75

#9f628c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f628c Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f628c Color CSS Codes

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

#9f628c Text Font Color

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

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


#9f628c Background Color

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

This div background color is #9f628c


#9f628c Border Color

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

This div border color is #9f628c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f628c


Comments

No comments written yet.

Please login to write comment.