Color Hex Logo

#9c059b Color Hex

#9C059B
(156,5,155)
0 Favorites   0 Comments

Color spaces of #9c059b

RGB 1565155
HSL0.830.940.32
HSV300°97°61°
CMYK 0.000.970.01   0.39
XYZ19.68109.543031.8150
Yxy9.54300.32240.1563
Hunter Lab30.891759.6610-39.4378
CIE-Lab37.009467.3167-41.3197

#9c059b color RGB value is (156,5,155).

#9c059b hex color red value is 156, green value is 5 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #9c059b hue: 0.83 , saturation: 0.94 and the lightness value of 9c059b is 0.32.

The process color (four color CMYK) of #9c059b color hex is 0.00, 0.97, 0.01, 0.39. Web safe color of #9c059b is #990099. Color #9c059b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 00000101 10011011
Octal 234 5 233
Decimal 156 5 155
Hex 9C 5 9B

RGB Percentages of Color #9c059b

%49.37
%1.58
%49.05

CMYK Percentages of Color #9c059b

%0
%97
%1
%39

Triadic Colors of #9c059b

#9c059b #9b9c05 #059b9c

Analogous Colors of #9c059b

#9c059b #9c054f #52059c

Monochromatic Colors of #9c059b

#9c059b

Complementary Color

#9c059b #059c06

#9c059b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c059b Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c059b Color CSS Codes

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

#9c059b Text Font Color

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

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


#9c059b Background Color

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

This div background color is #9c059b


#9c059b Border Color

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

This div border color is #9c059b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c059b


Comments

No comments written yet.

Please login to write comment.