Color Hex Logo

#9c048a Color Hex

#9C048A
(156,4,138)
0 Favorites   0 Comments

Color spaces of #9c048a

RGB 1564138
HSL0.850.950.31
HSV307°97°61°
CMYK 0.000.970.12   0.39
XYZ18.34128.989724.8133
Yxy8.98970.35170.1724
Hunter Lab29.982856.7227-28.0795
CIE-Lab35.964564.9500-32.5687

#9c048a color RGB value is (156,4,138).

#9c048a hex color red value is 156, green value is 4 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #9c048a hue: 0.85 , saturation: 0.95 and the lightness value of 9c048a is 0.31.

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 00000100 10001010
Octal 234 4 212
Decimal 156 4 138
Hex 9C 4 8A

RGB Percentages of Color #9c048a

%52.35
%1.34
%46.31

CMYK Percentages of Color #9c048a

%0
%97
%12
%39

Triadic Colors of #9c048a

#9c048a #8a9c04 #048a9c

Analogous Colors of #9c048a

#9c048a #9c043e #62049c

Monochromatic Colors of #9c048a

#9c048a

Complementary Color

#9c048a #049c16

#9c048a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c048a Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c048a Color CSS Codes

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

#9c048a Text Font Color

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

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


#9c048a Background Color

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

This div background color is #9c048a


#9c048a Border Color

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

This div border color is #9c048a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c048a


Comments

No comments written yet.

Please login to write comment.