Color Hex Logo

#4c2a99 Color Hex

#4C2A99
(76,42,153)
0 Favorites   0 Comments

Color spaces of #4c2a99

RGB 7642153
HSL0.720.570.38
HSV258°73°60°
CMYK 0.500.730.00   0.40
XYZ9.55825.492330.6933
Yxy5.49230.20900.1201
Hunter Lab23.435731.7886-61.2462
CIE-Lab28.093742.4552-55.1132

#4c2a99 color RGB value is (76,42,153).

#4c2a99 hex color red value is 76, green value is 42 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #4c2a99 hue: 0.72 , saturation: 0.57 and the lightness value of 4c2a99 is 0.38.

The process color (four color CMYK) of #4c2a99 color hex is 0.50, 0.73, 0.00, 0.40. Web safe color of #4c2a99 is #333399. Color #4c2a99 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 00101010 10011001
Octal 114 52 231
Decimal 76 42 153
Hex 4C 2A 99

RGB Percentages of Color #4c2a99

%28.04
%15.50
%56.46

CMYK Percentages of Color #4c2a99

%50
%73
%0
%40

Triadic Colors of #4c2a99

#4c2a99 #994c2a #2a994c

Analogous Colors of #4c2a99

#4c2a99 #842a99 #2a3f99

Monochromatic Colors of #4c2a99

#4c2a99

Complementary Color

#4c2a99 #77992a

#4c2a99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c2a99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c2a99 Color CSS Codes

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

#4c2a99 Text Font Color

<p style="color:#4c2a99">Text here</p>

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


#4c2a99 Background Color

<div style="background-color:#4c2a99">
Div content here</div>

This div background color is #4c2a99


#4c2a99 Border Color

<div style="border:3px solid #4c2a99">
Div here</div>

This div border color is #4c2a99


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(76,42,153, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4c2a99; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4c2a99;
  -webkit-box-shadow: 1px 1px 3px 2px #4c2a99;
  box-shadow:         1px 1px 3px 2px #4c2a99; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c2a99


Comments

No comments written yet.

Please login to write comment.